VCardContactLoad Method (String) |
Reads
VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static VCardContact Load(
string filePath
)
Public Shared Function Load (
filePath As String
) As VCardContact
public:
static VCardContact^ Load(
String^ filePath
)
static member Load :
filePath : string -> VCardContact
Parameters
- filePath
- Type: SystemString
A file name to read from
Return Value
Type:
VCardContactA read
VCardContactExceptions See Also