ConversationType.GlobalUnreadCount Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property GlobalUnreadCount As Integer
Get
Set
'Usage
Dim instance As ConversationType
Dim value As Integer
value = instance.GlobalUnreadCount
instance.GlobalUnreadCount = value
public int GlobalUnreadCount { get; set; }
Property Value
Type: System.Int32