ModifiedEventType Class
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.
The ModifiedEventType class represents an event in which an item or folder is modified.
public ref class ModifiedEventType : ExchangeWebServices::BaseObjectChangedEventType
public class ModifiedEventType : ExchangeWebServices.BaseObjectChangedEventType
Public Class ModifiedEventType
Inherits BaseObjectChangedEventType
- Inheritance
Constructors
ModifiedEventType() |
The ModifiedEventType constructor initializes a new instance of the ModifiedEventType class. |
Properties
Item |
The Item property gets a FolderIdType or an ItemIdType object that identifies the changed store item. (Inherited from BaseObjectChangedEventType) |
ParentFolderId |
The ParentFolderId property gets the parent folder identifier of the changed item or folder. (Inherited from BaseObjectChangedEventType) |
TimeStamp |
The TimeStamp property gets the time stamp of a changed item or folder mailbox event. (Inherited from BaseObjectChangedEventType) |
UnreadCount |
The UnreadCount property gets or sets the count of unread items within a given folder. |
UnreadCountSpecified |
The UnreadCountSpecified property gets a Boolean value that specifies whether the UnreadCount |
Watermark |
The Watermark property gets the last valid watermark for a subscription. (Inherited from BaseNotificationEventType) |