EmptyFolderType.DeleteType Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DeleteType As DisposalType
Get
Set
'Usage
Dim instance As EmptyFolderType
Dim value As DisposalType
value = instance.DeleteType
instance.DeleteType = value
public DisposalType DeleteType { get; set; }