FolderEvent.OldFolderId Property

Definition

Gets the Id of the folder that was moved or copied.

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

Property Value

A FolderId object that contains the identifier of the folder that was moved or copied.

Remarks

OldFolderId is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, OldFolderId is null.

Applies to