NotificationEvent.OldParentFolderId Property

Definition

Gets the identifier of the old parent folder of the item or folder that this event applies to.

public:
 property Microsoft::Exchange::WebServices::Data::FolderId ^ OldParentFolderId { Microsoft::Exchange::WebServices::Data::FolderId ^ get(); };
public Microsoft.Exchange.WebServices.Data.FolderId OldParentFolderId { get; }
Public ReadOnly Property OldParentFolderId As FolderId

Property Value

A FolderId object that identifies the old parent folder of the item or folder that this event applies to.

Remarks

The OldParentFolderId property is only meaningful when the EventType property is set to either Moved or Copied. For all other event types, this property is a null reference (Nothing in Visual Basic).

Applies to