Catalyst Internet Mail .NET

InternetMail.NameServerArray Class

The class used to return the nameservers configured for the local host.

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

System.Object
   SocketTools.InternetMail.NameServerArray

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

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 NameServerArray class returns the nameservers configured for the local host. A read-only instance of this class is created by the InternetMail class constructor and accessed using the NameServer array.

Requirements

Namespace: SocketTools

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

See Also

InternetMail.NameServerArray Members | SocketTools Namespace | NameServer Field