Share via


SyncFolderItemsReadFlagType Members

Include Protected Members
Include Inherited Members

The SyncFolderItemsReadFlagType class is returned as a property of a SyncFolderItemsResponseMessageType instance when an item has been read. This class was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

The SyncFolderItemsReadFlagType type exposes the following members.

Constructors

  Name Description
Public method SyncFolderItemsReadFlagType The SyncFolderItemsReadFlagType constructor initializes a new instance of the SyncFolderItemsReadFlagType class.

Top

Properties

  Name Description
Public property IsRead The IsRead property gets or sets a Boolean value that indicates whether the read flag has been set to true.
Public property ItemId The ItemId property gets or sets the identifier of the item for which the read flag has been changed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top