MsgSaveOptions Constructor

Initializes a new instance of this class that can be used to save a MailMessage in the Msg(ASCII) and Msg(Unicode) format.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MsgSaveOptions(
	MailMessageSaveType saveType
)

Parameters

saveType
Type: Aspose.EmailMailMessageSaveType
See Also