IAsyncEwsClient.GetContactAsync
IAsyncEwsClient.GetContactAsync method
Retrieves contact information according to specified identifier.
public Task<Contact> GetContactAsync(string contactId,
ExchangeListContactsOptions options = ExchangeListContactsOptions.FetchPhoto,
CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
contactId | String | Contact identifier. |
options | ExchangeListContactsOptions | Settings for retrieving contact. |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
Contact information
See Also
- class Contact
- enum ExchangeListContactsOptions
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email