BaseFolderType.ParentFolderId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.