UpdateFolderType.FolderChanges Property
The FolderChanges property gets or sets an array of changes that are made to a set of folders. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderChanges As FolderChangeType()
Get
Set
'Usage
Dim instance As UpdateFolderType
Dim value As FolderChangeType()
value = instance.FolderChanges
instance.FolderChanges = value
public FolderChangeType[] FolderChanges { get; set; }
Property Value
Type: []
The FolderChanges property returns a FolderChangeType array.
See Also