LoadOptions

LoadOptions class

This is an abstract base class for classes that allow the user to specify additional options when loading a MailMessage from a particular format.

Constructors

NameDescription
LoadOptions

Methods

NameDescription
get_MessageFormatRepresents the mail message format.It can be in eml,msg or mhtml format. The default value is Eml.
get_PreferredTextEncodingGets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null.
get_PreserveEmbeddedMessageFormatGets a value indicating whether it is necessary to preserve format of embedded message at loading. By default the value is false.
get_RemoveSignatureGets a value indicating whether signature will be removed while loading.
get_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
set_PreferredTextEncodingSets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null.
set_PreserveEmbeddedMessageFormatSets a value indicating whether it is necessary to preserve format of embedded message at loading. By default the value is false.
set_RemoveSignatureSets a value indicating whether signature will be removed while loading.
set_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
IncreaseCredit
messageFormat
preferredTextEncoding