Class FolderEvent
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an event that applies to a folder.
public class FolderEvent : NotificationEvent
- Inheritance
-
FolderEvent
- Inherited Members
Properties
FolderId
Gets the Id of the folder this event applies to.
public FolderId FolderId { get; }
Property Value
OldFolderId
Gets the Id of the folder that was moved or copied. OldFolderId is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, OldFolderId is null.
public FolderId OldFolderId { get; }
Property Value
UnreadCount
Gets the new number of unread messages. This is is only meaningful when EventType is equal to EventType.Modified. For all other event types, UnreadCount is null.
public int? UnreadCount { get; }
Property Value
- int?