Catalyst Internet Mail .NET

InternetMail.RecipientEventArgs.Address Property

Gets the email address of the message recipient.

[Visual Basic]
Public ReadOnly Property Address As String
[C#]
public string Address {get;}

Property Value

A string value which specifies the recipient of the email message.

Remarks

The Address property returns the email address of the recipient for the message that is about to be submitted to the mail server for delivery.

See Also

InternetMail.RecipientEventArgs Class | SocketTools Namespace