Resolves the specified name into e-mail addresses which exist on the given MS Exchange server.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EmailAddressCollection ResolveName(
string name
)
Public Function ResolveName (
name As String
) As EmailAddressCollection
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:
EmailAddressCollectionOn succeess, the collection of MailBee's
EmailAddress objects representing e-mail addresses which correspond to the specified name; otherwise, a null reference.
Exceptions Remarks See Also