BaseObjectChangedEventType.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 the parent folder identifier of the changed 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 a FolderIdType object that identifies the parent folder of the changed item.
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.