Ews.StoreItemAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
StoreItemAsync(EwsFolderId, EwsItemInfo, Object)
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 object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemId> | EwsItemId of the stored item. |