MailServerCollection.Item Property (String)
Gets a MailServer object in the collection by name.
Namespace:  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MailServer
    Get
'Usage
Dim instance As MailServerCollection
Dim name As String
Dim value As MailServer
value = instance(name)
public MailServer this[
    string name
] { get; }
public:
property MailServer^ default[String^ name] {
    MailServer^ get (String^ name);
}
member Item : MailServer
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A String value that specifies the name of the MailServer object in the MailServerCollection collection. 
Property Value
Type: Microsoft.SqlServer.Management.Smo.Mail.MailServer
A MailServer object value that represents the mail server.