SearchParametersType.BaseFolderIds 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 BaseFolderIds property gets or sets an array of folder identifiers that identify which folders are searched.
public:
property cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ BaseFolderIds { cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ value); };
public ExchangeWebServices.BaseFolderIdType[] BaseFolderIds { get; set; }
Public Property BaseFolderIds As BaseFolderIdType()
Property Value
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.