EmailRecipientCollection.Count Property

The Count property gets the number of elements that are contained in the collection.

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As EmailRecipientCollection
Dim value As Integer

value = instance.Count
public int Count { get; }

Property Value

Type: System.Int32