Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Ews.CreateFolderAsync Method

Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)

CreateFolderAsync(EwsFolderId, String, Object)

Begins asynchronous CreateFolder operation. Creates new subfolder in an exchange folder.

Declaration
public Task<EwsFolderId> CreateFolderAsync(EwsFolderId parentId, string folderName, object state = null)
Parameters
Type Name Description
EwsFolderId parentId

ID of a folder where to create the new subfolder.

String folderName

Name of the new folder.

Object state

An optional user-provided object that identifies this particular asynchronous operation.

Returns
Type Description
Task<EwsFolderId>

EwsFolderId of the created folder.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies