UpdateFolderType.FolderChanges Property

Definition

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.

Applies to