Share via


BaseFolderType.ParentFolderId Property

The ParentFolderId property gets or sets a FolderIdType object that represents the identifier of the parent folder that contains the folder.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ParentFolderId As FolderIdType
    Get
    Set
'Usage
Dim instance As BaseFolderType
Dim value As FolderIdType

value = instance.ParentFolderId

instance.ParentFolderId = value
public FolderIdType ParentFolderId { get; set; }

Property Value

Type: ExchangeWebServices.FolderIdType
The ParentFolderId property returns a FolderIdType object that represents the identifier of the parent folder that contains the folder.