IAsyncEwsClient.ListContactsAsync
IAsyncEwsClient.ListContactsAsync method
Lists contacts located in the specified folder on server.
public Task<IEnumerable<MapiContact>> ListContactsAsync(string folderUri,
IEnumerable<PropertyDescriptor> mapiProperties = null,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| folderUri | String | A folder to search contacts in. |
| mapiProperties | IEnumerable`1 | Required additional mapi properties. |
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
An array of read MapiContact that represents contact information.
See Also
- class MapiContact
- class PropertyDescriptor
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email