CreateFolderType.ParentFolderId Property

Definition

The ParentFolderId property gets or sets the identifier of the folder that will contain the newly created folders. This property gets or sets a TargetFolderIdType, which can be a FolderIdType or DistinguishedFolderIdType object. This property is required. This is a read/write property.

public:
 property ExchangeWebServices::TargetFolderIdType ^ ParentFolderId { ExchangeWebServices::TargetFolderIdType ^ get(); void set(ExchangeWebServices::TargetFolderIdType ^ value); };
public ExchangeWebServices.TargetFolderIdType ParentFolderId { get; set; }
Public Property ParentFolderId As TargetFolderIdType

Property Value

The ParentFolderId property returns a TargetFolderIdType object.

Remarks

The FolderIdType and DistinguishedFolderIdType classes extend the TargetFolderIdType class.

Applies to