IEWSClient.ResolveContacts
Contents
[
Hide
]ResolveContacts(string)
Resolves ambiguous mailbox display names. Note: the maximum count of returned contacts is 100. This is a restriction of used exchange command.
public Contact[] ResolveContacts(string unresolvedEntry)
| Parameter | Type | Description |
|---|---|---|
| unresolvedEntry | String | A name of contact to resolve. |
Return Value
An array of Contact objects.
See Also
- class Contact
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ResolveContacts(string, ExchangeListContactsOptions)
Resolves ambiguous e-mail addresses and display names Note: the maximum count of returned contacts is 100. This is a restriction of used EWS operation.
public Contact[] ResolveContacts(string unresolvedEntry, ExchangeListContactsOptions options)
| Parameter | Type | Description |
|---|---|---|
| unresolvedEntry | String | A name of contact to resolve |
| options | ExchangeListContactsOptions | Enumerates the list contacts options |
Return Value
Contacts that represents contacts information
Exceptions
| exception | condition |
|---|---|
| AsposeArgumentException | unresolvedEntry is null or empty |
See Also
- class Contact
- enum ExchangeListContactsOptions
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email