EmailMailbox.GetSpecialFolderAsync(EmailSpecialFolderKind) 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.
Asynchronously get a special email folder such as Inbox, Outbox, Drafts and so on.
public:
virtual IAsyncOperation<EmailFolder ^> ^ GetSpecialFolderAsync(EmailSpecialFolderKind folderType) = GetSpecialFolderAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailFolder> GetSpecialFolderAsync(EmailSpecialFolderKind const& folderType);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailFolder> GetSpecialFolderAsync(EmailSpecialFolderKind folderType);
function getSpecialFolderAsync(folderType)
Public Function GetSpecialFolderAsync (folderType As EmailSpecialFolderKind) As IAsyncOperation(Of EmailFolder)
Parameters
- folderType
- EmailSpecialFolderKind
The type of folder to retrieve.
Returns
The matching special email folder in this mailbox.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|