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)
ParameterTypeDescription
itemMapiMessageItemBaseAn item to create.
folderUriStringA folder Uri where item should be created.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

The item Uri

See Also