FindItemType.ParentFolderIds Property

Definition

The ParentFolderIds property gets or sets the folders that the FindItem 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 folders for the FindItem operation to search.

Remarks

The ParentFolderIds property can be set with arrays of either FolderIdType or DistinguishedFolderIdType objects. Both types extend BaseFolderIdType, which is an abstract class.

This property is required and must be set for FindItem operations.

Applies to