BaseSubscriptionRequestType.FolderIds Property
The FolderIds property gets or sets an array of folder identifiers that are used to identify folders to monitor for event notifications.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderIds As BaseFolderIdType()
Get
Set
'Usage
Dim instance As BaseSubscriptionRequestType
Dim value As BaseFolderIdType()
value = instance.FolderIds
instance.FolderIds = value
public BaseFolderIdType[] FolderIds { get; set; }
Property Value
Type: []
The FolderIds property returns an array of BaseFolderIdType objects.