BaseFolderType.ParentFolderId Property

Definition

The ParentFolderId property gets or sets a FolderIdType object that represents the identifier of the parent folder that contains the 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 a FolderIdType object that represents the identifier of the parent folder that contains the folder.

Applies to