FolderChange.Folder Property

Definition

Gets the folder that the change applies to.

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

Property Value

The folder that the change applies to.

Remarks

The Folder property is a null reference (Nothing in Visual Basic) when the ChangeType property has a value of ChangeType.Delete. In that case, use the FolderId property to retrieve the identifier of the folder that was deleted.

Applies to