LoadOptions.PreserveEmbeddedMessageFormat

LoadOptions.PreserveEmbeddedMessageFormat property

Gets or sets a value indicating whether it is necessary to preserve format of embedded message at loading. By default the value is false.

public bool PreserveEmbeddedMessageFormat { get; set; }

Remarks

Generally, embedded messages have the same format (EML or MSG) as the underlying message. By default, when converting from EML to MSG and vice versa, embedded messages are also converted to the target format. Setting the property to true preserves the original format of embedded messages.

See Also