Compartir a través de


MailServer.ServerType Propiedad

Gets the type of mail server.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Mail
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ServerType As String 
    Get
'Uso
Dim instance As MailServer 
Dim value As String 

value = instance.ServerType
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ServerType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ServerType {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ServerType : string
function get ServerType () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the type of mail server, such as Microsoft Exchange Server, Internet Message Access Protocol (IMAP), or Post Office Protocol 3 (POP3).

Ejemplos

Utilizar el correo electrónico de base de datos

Vea también

Referencia

MailServer Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Mail

Otros recursos

Correo electrónico de base de datos