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