BaseSubscriptionRequestType.FolderIds 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 FolderIds property gets or sets an array of folder identifiers that are used to identify folders to monitor for event notifications.
public:
property cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ FolderIds { cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ value); };
public ExchangeWebServices.BaseFolderIdType[] FolderIds { get; set; }
Public Property FolderIds As BaseFolderIdType()
Property Value
The FolderIds property returns an array of BaseFolderIdType objects.