IEWSClient.GetContact
Contents
[
Hide
]GetContact(ObjectIdentifier)
Retrieves contact information according to specified identifier.
public Contact GetContact(ObjectIdentifier contactId)
Parameter | Type | Description |
---|---|---|
contactId | ObjectIdentifier | Contact identifier |
Return Value
Contact information
See Also
- class Contact
- class ObjectIdentifier
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
GetContact(ObjectIdentifier, ExchangeListContactsOptions)
Retrieves contact information according to specified identifier.
public Contact GetContact(ObjectIdentifier contactId, ExchangeListContactsOptions options)
Parameter | Type | Description |
---|---|---|
contactId | ObjectIdentifier | Contact identifier |
options | ExchangeListContactsOptions | Settings for retrieving contact. |
Return Value
Contact information
See Also
- class Contact
- class ObjectIdentifier
- enum ExchangeListContactsOptions
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
GetContact(string)
Retrieves contact information according to specified identifier.
public Contact GetContact(string contactId)
Parameter | Type | Description |
---|---|---|
contactId | String | Contact identifier |
Return Value
Contact information
See Also
- class Contact
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
GetContact(string, ExchangeListContactsOptions)
Retrieves contact information according to specified identifier.
public Contact GetContact(string contactId, ExchangeListContactsOptions options)
Parameter | Type | Description |
---|---|---|
contactId | String | Contact identifier |
options | ExchangeListContactsOptions | Settings for retrieving contact. |
Return Value
Contact information
See Also
- class Contact
- enum ExchangeListContactsOptions
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email