PersonalStorage.ConvertTo

PersonalStorage.ConvertTo method

Converts the current object to the specified format.

public void ConvertTo(FileFormat format)
ParameterTypeDescription
formatFileFormatThe 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