MsgSaveOptions Properties

The MsgSaveOptions type exposes the following members.

Properties
  NameDescription
Public propertyCustomProgressHandler
Represents method that usually supplied by calling side and handles progress events.
(Inherited from SaveOptions.)
Public propertyMailMessageSaveType
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.
(Inherited from SaveOptions.)
Public propertyPreserveOriginalDates
Gets or sets a value indicating whether it is necessary to generate new saving and modification dates when saving a message.
Public propertyPreserveSignature
Set to true, if signature is to be preserved.
Public propertySaveAsTemplate
Set to true, if need to be saved as Outlook File Template(OFT format).
See Also