EmailFolder.GetMessageCountsAsync 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 gets the counts of email items such as flagged emails, important emails, unread emails, total emails, and so on.
public:
virtual IAsyncOperation<EmailItemCounts ^> ^ GetMessageCountsAsync() = GetMessageCountsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailItemCounts> GetMessageCountsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailItemCounts> GetMessageCountsAsync();
function getMessageCountsAsync()
Public Function GetMessageCountsAsync () As IAsyncOperation(Of EmailItemCounts)
Returns
An EmailItemCounts object containing the counts of email items such as flagged emails, important emails, unread emails, total emails, and so on.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|