Click or drag to resize

EmailDocumentContentIsMimePartialMessage Property

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

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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