Catalyst Internet Mail .NET

InternetMail.NameServerArray.Item Property

Returns the Internet address for the specified nameserver.

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As String
[C#]
public string this[
   int index
] {get; set;}

Parameters

index
An integer value which specifies the index into the array.

Property Value

A string which specifies an Internet address using dot notation.

See Also

InternetMail.NameServerArray Class | SocketTools Namespace