DeleteItemType.DeleteType Property
The DeleteType property gets or sets an enumeration value that describes how an item is deleted. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DeleteType As DisposalType
Get
Set
'Usage
Dim instance As DeleteItemType
Dim value As DisposalType
value = instance.DeleteType
instance.DeleteType = value
public DisposalType DeleteType { get; set; }
Property Value
Type: ExchangeWebServices.DisposalType
The DeleteType property returns a DisposalType enumeration that describes how an item is deleted.
See Also