MapiContact.MapiContact
Contents
[
Hide
]MapiContact()
Initializes a new instance of the MapiContact class
public MapiContact()
See Also
- class MapiContact
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiContact(string, string)
Initializes a new instance of the MapiContact class.
public MapiContact(string displayName, string electonicAddress)
| Parameter | Type | Description |
|---|---|---|
| displayName | String | The display name. |
| electonicAddress | String | The electonic address. |
See Also
- class MapiContact
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiContact(string, string, string)
Initializes a new instance of the MapiContact class.
public MapiContact(string displayName, string electonicAddress, string companyName)
| Parameter | Type | Description |
|---|---|---|
| displayName | String | The display name. |
| electonicAddress | String | The electonic address. |
| companyName | String | Name of the company. |
See Also
- class MapiContact
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiContact(string, string, string, string)
Initializes a new instance of the MapiContact class.
public MapiContact(string displayName, string electonicAddress, string companyName,
string primaryTelephoneNumber)
| Parameter | Type | Description |
|---|---|---|
| displayName | String | The display name. |
| electonicAddress | String | The electonic address. |
| companyName | String | Name of the company. |
| primaryTelephoneNumber | String | The telephone number. |
See Also
- class MapiContact
- namespace Aspose.Email.Mapi
- assembly Aspose.Email