EwsResolveNameAsync Method |
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<EmailAddressCollection> ResolveNameAsync(
string name
)
Public Function ResolveNameAsync (
name As String
) As Task(Of EmailAddressCollection)
Parameters
- name
- Type: SystemString
Return Value
Type:
TaskEmailAddressCollectionA task that represents the asynchronous operation. The value of
TResult parameter points to the collection of MailBee's
EmailAddress objects representing e-mail addresses
which correspond to the specified name if succeeded; otherwise, a null reference (
Nothing in Visual Basic).
Exceptions Remarks See Also