SaveOptionsCreateSaveOptions Method

Creates a save options object of a class suitable for the specified save type.

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

Parameters

saveType
Type: Aspose.EmailMailMessageSaveType
The save type for which to create a save options object.

Return Value

Type: SaveOptions
An object of a class that derives from SaveOptions.
See Also