MessageTrackingEvent.RecipientCount Property
Namespace: Microsoft.Exchange.Management.TransportLogSearchTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property RecipientCount As Nullable(Of Integer)
Get
Friend Set
'Usage
Dim instance As MessageTrackingEvent
Dim value As Nullable(Of Integer)
value = instance.RecipientCount
public Nullable<int> RecipientCount { get; internal set; }
Property Value
Type: System.Nullable<Int32>