BaseObjectChangedEventType.ParentFolderId Property
The ParentFolderId property gets the parent folder identifier of the changed item or folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ParentFolderId As FolderIdType
Get
Set
'Usage
Dim instance As BaseObjectChangedEventType
Dim value As FolderIdType
value = instance.ParentFolderId
instance.ParentFolderId = value
public FolderIdType ParentFolderId { get; set; }
Property Value
Type: ExchangeWebServices.FolderIdType
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.
See Also