Catalyst Internet Mail .NET

InternetMail.Recipients Property

Gets the number of recipients specified in the current message.

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

Property Value

An integer which specifies the number of recipients.

Remarks

The Recipients property returns the number of recipient addresses that have been specified in the current message. This includes all of the addresses listed in the To, Cc and Bcc header fields. This property can be used in conjunction with the Recipient array to enumerate all of the recipient addresses in the message.

See Also

InternetMail Class | SocketTools Namespace