Catalyst Internet Mail .NET

InternetMail.RecipientArray.Item Property

Gets the email address of a recipient specified in the current message.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As String
[C#]
public string this[
   int index
] {get;}

Parameters

index
An integer value which specifies the index into the array.

Property Value

A string which contains an email address.

See Also

InternetMail.RecipientArray Class | SocketTools Namespace