ContactSave Method (String, ContactSaveOptions)

Saves this MapiContact into file using specified save options. The supported save options is VCardSaveOptions

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Save(
	string filePath,
	ContactSaveOptions saveOptions
)

Parameters

filePath
Type: SystemString
A vCard file name
saveOptions
Type: Aspose.Email.MapiContactSaveOptions
A save options
Exceptions
ExceptionCondition
ArgumentExceptionfilePath is null or empty
ArgumentNullExceptionsaveOptions is null
NotSupportedExceptionsome save option is not supported
See Also