Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets or sets the address of the SMTP server.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string Address { get; set; }
public:
property String^ Address {
String^ get();
void set(String^ value);
}
member Address : string with get, set
Public Property Address As String
Property Value
Type: System.String
Returns a String value that defines the address of the SMTP server (for example, smtp.example.company.com or 192.168.2.35).
See Also
SmtpServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top