PersonalStorage.ConvertTo
PersonalStorage.ConvertTo method
Converts the current object to the specified format.
public void ConvertTo(FileFormat format)
Parameter | Type | Description |
---|---|---|
format | FileFormat | The FileFormat to convert the current object to. |
Remarks
It is used for the fast OST to PST conversion. The method doesn’t support conversion of OST created by MS Office 2013 and later versions. To convert an OST of later version, create a new PST and use the MergeWith
method.
See Also
- enum FileFormat
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email