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