ContactSave Method (String, ContactSaveFormat)

Saves this MapiContact to the specified file with a format using the default options. The supported save format is vCard.

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

Parameters

filePath
Type: SystemString
A vCard file name
saveFormat
Type: Aspose.Email.MapiContactSaveFormat
A save format
See Also