ConversationType.UnreadCount Property

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

Syntax

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

value = instance.UnreadCount

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

Property Value

Type: System.Int32