ExportToVCard Method of the BusinessCard Object
This method exports the business card to a file in vCard format (.vcf).
Syntax
C++
HRESULT ExportToVCard( BSTR fileName );
C#
void ExportToVCard( string fileName );
Visual Basic .NET
Sub ExportToVCard(fileName As String)
Parameters
- fileName
- [in] Specifies the full path to the file in vCard format (.vcf). If this file already exists, it is overwritten without prompt.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:41 PM