EmailFolder.FindChildFoldersAsync 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 finds the child folders of this folder.
public:
virtual IAsyncOperation<IVectorView<EmailFolder ^> ^> ^ FindChildFoldersAsync() = FindChildFoldersAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<EmailFolder>> FindChildFoldersAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<EmailFolder>> FindChildFoldersAsync();
function findChildFoldersAsync()
Public Function FindChildFoldersAsync () As IAsyncOperation(Of IReadOnlyList(Of EmailFolder))
Returns
The list of child folders.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|