SaveOptionsMailMessageSaveType Property

Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MailMessageSaveType MailMessageSaveType { get; set; }

Property Value

Type: MailMessageSaveType
See Also