Gets or sets the mode of deleting items in EWS.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DeleteMode DeleteMethod { get; set; }
Public Property DeleteMethod As DeleteMode
Get
Set
Property Value
Type:
DeleteModeThe mode of deleting items. The default value is
HardDelete (unrecoverable deletion).
See Also