EwsDeleteMethod Property
Gets or sets the mode of deleting items in EWS.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DeleteMode DeleteMethod { get; set; }

Property Value

Type: DeleteMode
The mode of deleting items. The default value is HardDelete (unrecoverable deletion).
See Also