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
Syntaxpublic void Save(
string filePath,
ContactSaveFormat saveFormat
)
Public Sub Save (
filePath As String,
saveFormat As ContactSaveFormat
)
public:
void Save(
String^ filePath,
ContactSaveFormat saveFormat
)
member Save :
filePath : string *
saveFormat : ContactSaveFormat -> unit
Parameters
- filePath
- Type: SystemString
A vCard file name - saveFormat
- Type: Aspose.Email.MapiContactSaveFormat
A save format
See Also