Initializes the SmtpServer class by supplying
the address of the SMTP server. Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim address As String Dim instance As New SmtpServer(address)Public Sub New ( _ address As String _ )public SmtpServer ( string address )public: SmtpServer ( String^ address )public SmtpServer ( String address )public function SmtpServer ( address : String )ParametersaddressThe address of the SMTP server (for example, smtp.example.company.com or 192.168.2.35).
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim address As String Dim instance As New SmtpServer(address)Public Sub New ( _ address As String _ )public SmtpServer ( string address )public: SmtpServer ( String^ address )public SmtpServer ( String address )public function SmtpServer ( address : String )ParametersaddressThe address of the SMTP server (for example, smtp.example.company.com or 192.168.2.35).