Catalyst Internet Mail .NET

InternetMail.RecipientArray Class

The class used to return the recipient addresses for the current message.

For a list of all members of this type, see InternetMail.RecipientArray Members.

System.Object
   SocketTools.InternetMail.RecipientArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class InternetMail.RecipientArray
[C#]
[DefaultMember(MemberName="Item")]
public class InternetMail.RecipientArray

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The RecipientArray class returns the recipient addresses for the current message. A read-only instance of this class is created by the InternetMail class constructor and accessed using the Recipient array.

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetMail (in SocketTools.InternetMail.dll)

See Also

InternetMail.RecipientArray Members | SocketTools Namespace