ConversationType.GlobalMessageCountSpecified Property

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

Syntax

'Declaration
Public Property GlobalMessageCountSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ConversationType
Dim value As Boolean

value = instance.GlobalMessageCountSpecified

instance.GlobalMessageCountSpecified = value
public bool GlobalMessageCountSpecified { get; set; }

Property Value

Type: System.Boolean