CreateFolderType.ParentFolderId Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ParentFolderId As TargetFolderIdType
Get
Set
'Usage
Dim instance As CreateFolderType
Dim value As TargetFolderIdType
value = instance.ParentFolderId
instance.ParentFolderId = value
public TargetFolderIdType ParentFolderId { get; set; }
Property Value
Type: ExchangeWebServices.TargetFolderIdType
The ParentFolderId property returns a TargetFolderIdType object.
See Also