Class FolderChange
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a change on a folder as returned by a synchronization operation.
public sealed class FolderChange : Change
- Inheritance
-
FolderChange
- Inherited Members
Properties
Folder
Gets the folder the change applies to. Folder is null when ChangeType is equal to ChangeType.Delete. In that case, use the FolderId property to retrieve the Id of the folder that was deleted.
public Folder Folder { get; }
Property Value
FolderId
Gets the Id of the folder the change applies to.
public FolderId FolderId { get; }