SmtpServer Class

System Center
 

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.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Administration::SmtpServer

[SerializableAttribute]
public ref class SmtpServer 

NameDescription
System_CAPS_pubmethodSmtpServer(String^)

Initializes the SmtpServer class by supplying the address of the SMTP server.

NameDescription
System_CAPS_pubpropertyAddress

Gets or sets the address of the SMTP server.

System_CAPS_pubpropertyAuthenticationType

Gets or sets the authentication protocol defined for the SMTP server.

System_CAPS_pubpropertyPortNumber

Gets or sets the number of the port used to communicate with the SMTP server.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: