MsgLoadOptions

MsgLoadOptions class

Inherits: Aspose::Email::LoadOptions

Allows to specify additional options when loading MailMessage from Msg format.

Constructors

NameDescription
MsgLoadOptionsInitializes a new instance of this class that can be used to loading MailMessage from Msg format.

Methods

NameDescription
get_KeepOriginalEmailAddressesGets a value indicating whether need keep original email address.
get_PreserveRtfContentGets a value indicating whether need keep rtf body in MailMessage .
get_PreserveTnefAttachmentsControls loading TNEF attachment behaviour. By default the value is false.
get_TimeoutLimits the time in milliseconds of formatting message while converting. Default value 3 sec.
OnTimeoutReached
set_KeepOriginalEmailAddressesSets a value indicating whether need keep original email address.
set_PreserveRtfContentSets a value indicating whether need keep rtf body in MailMessage .
set_PreserveTnefAttachmentsControls loading TNEF attachment behaviour. By default the value is false.
set_TimeoutLimits the time in milliseconds of formatting message while converting. Default value 3 sec.
TimeoutReachedRaised if timed out while converting to MailMessage .