ItemType.ParentFolderId Property

Definition

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.

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

Property Value

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

Applies to