CreateFolderType.ParentFolderId 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 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.