Share via


ModifiedEventType.UnreadCount Property

The UnreadCount property gets or sets the count of unread items within a given folder.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property UnreadCount As Integer
    Get
    Set
'Usage
Dim instance As ModifiedEventType
Dim value As Integer

value = instance.UnreadCount

instance.UnreadCount = value
public int UnreadCount { get; set; }

Property Value

Type: System.Int32