SocketTools .NET Edition

SmtpClient.RecipientArray Class

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

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

System.Object
   SocketTools.SmtpClient.RecipientArray

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

Requirements

Namespace: SocketTools

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

See Also

SmtpClient.RecipientArray Members | SocketTools Namespace