Share via


SmtpServer(String) Constructor

Definition

Creates a new SmtpServer object.

public:
 SmtpServer(System::String ^ address);
public SmtpServer (string address);
new Microsoft.EnterpriseManagement.Administration.SmtpServer : string -> Microsoft.EnterpriseManagement.Administration.SmtpServer
Public Sub New (address As String)

Parameters

address
String

The server name.

Exceptions

address is null

address is empty.

Applies to