EmlSaveOptions.PreserveEmbeddedMessageFormat

EmlSaveOptions.PreserveEmbeddedMessageFormat property

Gets or sets a value indicating whether it is necessary to preserve MSG format of embedded message at converting to MailMessage. 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 MSG to EML 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