EwsResolveName Method
Resolves the specified name into e-mail addresses which exist on the given MS Exchange server.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EmailAddressCollection ResolveName(
	string name
)

Parameters

name
Type: SystemString
The display name of an account to resolve. Null reference (Nothing in Visual Basic) or empty string not allowed.

Return Value

Type: EmailAddressCollection
On succeess, the collection of MailBee's EmailAddress objects representing e-mail addresses which correspond to the specified name; otherwise, a null reference.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
NotImplementedExceptionThe .NET runtime is .NET Core.
Remarks
Note Note
This method is not implemented in .NET Core. Use ResolveNameAsync(String) instead.
See Also