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
)
Public Sub Save (
filePath As String
)
public:
void Save(
String^ filePath
)
member Save :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
A vCard file name
Exceptions See Also