ExchangeClient.ResolveContacts
ExchangeClient.ResolveContacts method
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
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email