SearchParametersType.BaseFolderIds Property
The BaseFolderIds property gets or sets an array of folder identifiers that identify which folders are searched.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BaseFolderIds As BaseFolderIdType()
Get
Set
'Usage
Dim instance As SearchParametersType
Dim value As BaseFolderIdType()
value = instance.BaseFolderIds
instance.BaseFolderIds = value
public BaseFolderIdType[] BaseFolderIds { get; set; }
Property Value
Type: []
The BaseFolderIds property returns an array of BaseFolderIdType objects that identify the folders that are searched by a search folder.
Remarks
The BaseFolderIds property can contain either DistinguishedFolderIdType or FolderIdType objects.
See Also