Item.Save method
Saves the item. Calling this method results in at least one call to Exchange Web Services (EWS). Multiple calls may be made if the item contains attachments.
| Name | Description | |
|---|---|---|
|
Save() | Saves this item in the default folder based on the item's type. Calling this method results in at least one call to Exchange Web Services (EWS). Multiple calls to EWS might be made if attachments have been added. |
|
Save(FolderId) | Saves this item in a specific folder. Calling this method results in at least one call to Exchange Web Services (EWS). Multiple calls to EWS might be made if attachments have been added. |
|
Save(WellKnownFolderName) | Saves this item in a specific folder. Calling this method results in at least one call to Exchange Web Services (EWS). Multiple calls to EWS might be made if attachments have been added. |
Show: