ConversationType.MessageCount Property

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

Syntax

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

value = instance.MessageCount

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

Property Value

Type: System.Int32