ContactLoad Method (String)

Loads contact data

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static Contact Load(
	string filePath
)

Parameters

filePath
Type: SystemString
file path

Return Value

Type: Contact
Returns contact object
See Also