EmailStore.GetMailboxAsync(String) Method

Definition

Gets a mailbox from an identifier.

public:
 virtual IAsyncOperation<EmailMailbox ^> ^ GetMailboxAsync(Platform::String ^ id) = GetMailboxAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMailbox> GetMailboxAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMailbox> GetMailboxAsync(string id);
function getMailboxAsync(id)
Public Function GetMailboxAsync (id As String) As IAsyncOperation(Of EmailMailbox)

Parameters

id
String

Platform::String

winrt::hstring

The identifier for the mailbox.

Returns

The mailbox described by the identifier.

Attributes

Windows requirements

App capabilities
email emailSystem

Applies to