FolderChange.Folder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.