Click or drag to resize

IEWSClientResolveContact Method

Resolves ambiguous mailbox names.

Namespace:  Aspose.Email.Clients.Exchange.WebService
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
MapiContactCollection ResolveContact(
	string unresolvedEntry
)

Parameters

unresolvedEntry
Type: SystemString
A name of contact to resolve.

Return Value

Type: MapiContactCollection
A MapiContactCollection that represents contacts information.
See Also