DocumentIs Mime Partial Message Property
True if this is an MIME email partial message (ContentType MIME header with MIME-type = "message/partial"); false otherwise.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsMimePartialMessage { get; set; }Property Value
BooleanRemarks
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 that message exceeds that maximum size.