FolderChangeType.Updates Property
The Updates property gets or sets a collection of changes to a folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Updates As FolderChangeDescriptionType()
Get
Set
'Usage
Dim instance As FolderChangeType
Dim value As FolderChangeDescriptionType()
value = instance.Updates
instance.Updates = value
public FolderChangeDescriptionType[] Updates { get; set; }
Property Value
Type: []
The Updates property returns an array of FolderChangeDescriptionType objects.
See Also