EmailDocumentContentIsMimePartialMessage Property

True if this is an MIME email partial message (ContentType MIME header with MIME-type = "message/partial"); false otherwise.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsMimePartialMessage { get; set; }

Property Value

Boolean

Remarks

The "message/partial" MIME-type is sometimes used to split large MIME messages into multiple separate MIME messages. A message can be split into parts, for example, if an SMTP server has a limit on the maximum message size that it will accept, and the particular message exceeds that maximum size.

See Also