MapiConversionOptions.PreserveEmbeddedMessageFormat
MapiConversionOptions.PreserveEmbeddedMessageFormat property
Gets or sets a value indicating whether it is necessary to preserve EML format of embedded message at converting to MapiMessage. 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
- class MapiConversionOptions
- namespace Aspose.Email.Mapi
- assembly Aspose.Email