EwsUpdateItem Method
Writes the changes made to the item to the MS Exchange server.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool UpdateItem(
	EwsItem item
)

Parameters

item
Type: MailBee.EwsMailEwsItem
The item (e.g. mail message) to update. Null reference (Nothing in Visual Basic) not allowed.

Return Value

Type: Boolean
true if succeeded; otherwise, false.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
NotImplementedExceptionThe .NET runtime is .NET Core.
Remarks
Note Note
This method is not implemented in .NET Core. Use UpdateItemAsync(EwsItem) instead.
See Also