SocketTools .NET Edition

MailMessage.RecipientArray Class

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

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

System.Object
   SocketTools.MailMessage.RecipientArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class MailMessage.RecipientArray
[C#]
[DefaultMember(MemberName="Item")]
public class MailMessage.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 MailMessage class constructor and accessed using the Recipient array.

Requirements

Namespace: SocketTools

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

See Also

MailMessage.RecipientArray Members | SocketTools Namespace