EmailStore.GetMailboxAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|