SmtpServer Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a Simple Mail Transfer Protocol (SMTP) server that sends outgoing e-mail notifications.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | SmtpServer(String^) | Initializes the SmtpServer class by supplying the address of the SMTP server. |
| Name | Description | |
|---|---|---|
![]() | Address | Gets or sets the address of the SMTP server. |
![]() | AuthenticationType | Gets or sets the authentication protocol defined for the SMTP server. |
![]() | PortNumber | Gets or sets the number of the port used to communicate with the SMTP server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
You can get or set the SMTP servers associated with a notification endpoint using the endpoint's PrimaryServer and SecondaryServers properties.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


