Для изменения размера нажмите или перетащите

ItemSave - метод

Список перегрузок
  ИмяОписание
Открытый методSave(CancellationToken)
Saves this item in the default folder based on the item's type (for example, an e-mail message is saved to the Drafts folder). Calling this method results in at least one call to EWS. Mutliple calls to EWS might be made if attachments have been added.
Открытый методSave(FolderId, CancellationToken)
Saves this item in a specific folder. Calling this method results in at least one call to EWS. Mutliple calls to EWS might be made if attachments have been added.
Открытый методSave(WellKnownFolderName, CancellationToken)
Saves this item in a specific folder. Calling this method results in at least one call to EWS. Mutliple calls to EWS might be made if attachments have been added.
В начало страницы
См. также