EmailManager.RequestStoreAsync(EmailStoreAccessType) 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 an email store that is within the specified scope.
public:
static IAsyncOperation<EmailStore ^> ^ RequestStoreAsync(EmailStoreAccessType accessType);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<EmailStore> RequestStoreAsync(EmailStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<EmailStore> RequestStoreAsync(EmailStoreAccessType accessType);
function requestStoreAsync(accessType)
Public Shared Function RequestStoreAsync (accessType As EmailStoreAccessType) As IAsyncOperation(Of EmailStore)
Parameters
- accessType
- EmailStoreAccessType
The enumerator of scope.
Returns
The requested email store.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|