Ews.StoreItem Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
StoreItem(EwsFolderId, EwsItemInfo)
Stores an item to an exchange folder.
Declaration
public EwsItemId StoreItem(EwsFolderId folderId, EwsItemInfo item)
Parameters
Type | Name | Description |
---|---|---|
EwsFolderId | folderId | ID of a folder where to store the message. |
EwsItemInfo | item | Ews item to store. |
Returns
Type | Description |
---|---|
EwsItemId | EwsItemId of the stored item. |