IAsyncEwsClient.CreatePublicFolderAsync
Contents
[
Hide
]CreatePublicFolderAsync(string, ExchangeFolderPermissionCollection, ExchangeFolderType, string, CancellationToken)
Creates the specified public folder in the root public folder
public Task<ExchangeFolderInfo> CreatePublicFolderAsync(string name,
ExchangeFolderPermissionCollection permissions, ExchangeFolderType folderType,
string parentFolderUri = null, CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
name | String | A name of new folder |
permissions | ExchangeFolderPermissionCollection | A permission on new folder |
folderType | ExchangeFolderType | Type of folder |
parentFolderUri | String | The URI of parent folder |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
Returns folder information
See Also
- class ExchangeFolderInfo
- class ExchangeFolderPermissionCollection
- enum ExchangeFolderType
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CreatePublicFolderAsync(string, ExchangeFolderPermissionCollection, string, CancellationToken)
Creates the specified public folder in the root public folder
public Task<ExchangeFolderInfo> CreatePublicFolderAsync(string name,
ExchangeFolderPermissionCollection permissions, string parentFolderUri = null,
CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
name | String | A name of new folder |
permissions | ExchangeFolderPermissionCollection | A permission on new folder |
parentFolderUri | String | The URI of parent folder |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
Returns folder information
See Also
- class ExchangeFolderInfo
- class ExchangeFolderPermissionCollection
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email