ReadOnlyEnvelopeRecipientCollection.Count property
The Item[Int32] property gets the number of items in the colleciton.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Count As Integer
Get
'Usage
Dim instance As ReadOnlyEnvelopeRecipientCollection
Dim value As Integer
value = instance.Count
public abstract int Count { get; }
Property value
Type: System.Int32
The Item[Int32] property the number of items in the collection.
See also
Reference
ReadOnlyEnvelopeRecipientCollection class