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