Catalyst Internet Mail .NET

InternetMail.RecipientArray.Count Property

Returns the maximum number of elements in the array.

[Visual Basic]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}

Property Value

An integer value.

Remarks

This property will return the same value as the Recipients property and is used to determine the maximum index value for the Recipient array.

See Also

InternetMail.RecipientArray Class | SocketTools Namespace