IAsyncEwsClient.CreateItemAsync
IAsyncEwsClient.CreateItemAsync method
Creates the given item in the specified folder.
public Task<string> CreateItemAsync(MapiMessageItemBase item, string folderUri = null, 
    CancellationToken cancellationToken = default)
| Parameter | Type | Description | 
|---|---|---|
| item | MapiMessageItemBase | An item to create. | 
| folderUri | String | A folder Uri where item should be created. | 
| cancellationToken | CancellationToken | The cancellation token. | 
Return Value
The item Uri
See Also
- class MapiMessageItemBase
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email