SaveOptionsDefaultEml Property |
Gets options with default values for saving message to Eml format.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static EmlSaveOptions DefaultEml { get; }
Public Shared ReadOnly Property DefaultEml As EmlSaveOptions
Get
public:
static property EmlSaveOptions^ DefaultEml {
EmlSaveOptions^ get ();
}
static member DefaultEml : EmlSaveOptions with get
Property Value
Type:
EmlSaveOptions
See Also