UpdateFolderType.FolderChanges 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 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.
public:
property cli::array <ExchangeWebServices::FolderChangeType ^> ^ FolderChanges { cli::array <ExchangeWebServices::FolderChangeType ^> ^ get(); void set(cli::array <ExchangeWebServices::FolderChangeType ^> ^ value); };
public ExchangeWebServices.FolderChangeType[] FolderChanges { get; set; }
Public Property FolderChanges As FolderChangeType()
Property Value
The FolderChanges property returns a FolderChangeType array.