UserDataAccount.FindEmailMailboxesAsync 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.
Returns a collection of EmailMailbox instances associated with the UserDataAccount.
public:
virtual IAsyncOperation<IVectorView<EmailMailbox ^> ^> ^ FindEmailMailboxesAsync() = FindEmailMailboxesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<EmailMailbox>> FindEmailMailboxesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<EmailMailbox>> FindEmailMailboxesAsync();
function findEmailMailboxesAsync()
Public Function FindEmailMailboxesAsync () As IAsyncOperation(Of IReadOnlyList(Of EmailMailbox))
Returns
A collection of EmailMailbox instances associated with the UserDataAccount.
- Attributes