VCardContactSave Method (String)

Saves this MapiContact to the vCard file with a default options. The supported vCard version is 2.1

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

Parameters

filePath
Type: SystemString
A vCard file name
Exceptions
ExceptionCondition
ArgumentExceptionfilePath is null or empty
See Also