Contact.Load
Contents
[
Hide
]Load(string)
Loads contact data
public static Contact Load(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | file path |
Return Value
Returns contact object
See Also
- class Contact
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
Load(string, ContactLoadFormat)
Loads contact data
public static Contact Load(string filePath, ContactLoadFormat format)
Parameter | Type | Description |
---|---|---|
filePath | String | file path |
format | ContactLoadFormat | Represents contact format |
Return Value
Returns contact object
See Also
- enum ContactLoadFormat
- class Contact
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
Load(Stream)
Loads contact data
public static Contact Load(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Contact stream |
Return Value
Returns contact object
See Also
- class Contact
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
Load(Stream, ContactLoadFormat)
Loads contact data
public static Contact Load(Stream stream, ContactLoadFormat format)
Parameter | Type | Description |
---|---|---|
stream | Stream | Contact stream |
format | ContactLoadFormat | Represents contact format |
Return Value
Returns contact object
See Also
- enum ContactLoadFormat
- class Contact
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email