BaseObjectChangedEventType.ParentFolderId Property

Definition

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.

Applies to