FolderChangeType.Updates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.