Ews.StoreItemAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
StoreItemAsync(EwsFolderId, EwsItemInfo, Object)
Begins asynchronous StoreItem operation. Stores an item to an exchange folder.
Declaration
public Task<EwsItemId> StoreItemAsync(EwsFolderId folderId, EwsItemInfo item, object state = null)
Parameters
Type | Name | Description |
---|---|---|
EwsFolderId | folderId | ID of a folder where to store the message. |
EwsItemInfo | item | Ews item to store. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<EwsItemId> | EwsItemId of the stored item. |