FindFolderType.ParentFolderIds 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 ParentFolderIds property gets or sets the folders that the FindFolder operation searches. This property is required. This is a read/write property.
public:
property cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ ParentFolderIds { cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseFolderIdType ^> ^ value); };
public ExchangeWebServices.BaseFolderIdType[] ParentFolderIds { get; set; }
Public Property ParentFolderIds As BaseFolderIdType()
Property Value
The ParentFolderIds property returns an array of BaseFolderIdType objects that contains the identifiers of all the folders for the FindFolder operation to search.
Remarks
The ParentFolderIds property can be set with arrays of either FolderIdType or DistinguishedFolderIdType objects. Both of these types extend BaseFolderIdType, which is an abstract class.