ContactLoad Method (String, ContactLoadFormat) |
Loads contact data
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static Contact Load(
string filePath,
ContactLoadFormat format
)
Public Shared Function Load (
filePath As String,
format As ContactLoadFormat
) As Contact
public:
static Contact^ Load(
String^ filePath,
ContactLoadFormat format
)
static member Load :
filePath : string *
format : ContactLoadFormat -> Contact
Parameters
- filePath
- Type: SystemString
file path - format
- Type: Aspose.Email.PersonalInfoContactLoadFormat
Represents contact format
Return Value
Type:
ContactReturns contact object
See Also