FolderChangeType.Updates Property

Definition

The Updates property gets or sets a collection of changes to a folder.

public:
 property cli::array <ExchangeWebServices::FolderChangeDescriptionType ^> ^ Updates { cli::array <ExchangeWebServices::FolderChangeDescriptionType ^> ^ get(); void set(cli::array <ExchangeWebServices::FolderChangeDescriptionType ^> ^ value); };
public ExchangeWebServices.FolderChangeDescriptionType[] Updates { get; set; }
Public Property Updates As FolderChangeDescriptionType()

Property Value

The Updates property returns an array of FolderChangeDescriptionType objects.

Applies to