ItemType.ParentFolderId Property

The ParentFolderId property gets or sets an instance of the FolderIdType class that represents the identifier of the parent folder that contains the item or folder.

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

Syntax

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

value = instance.ParentFolderId

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

Property Value

Type: ExchangeWebServices.FolderIdType
The ParentFolderId property returns an instance of the FolderIdType class that represents the identifier of the parent folder that contains the item or folder.