IEmailNotificationConfiguration.SmtpHostName Property

 

Applies To: Windows Server Update Services

Gets and sets the name of the SMTP server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string SmtpHostName { get; set; }
property String^ SmtpHostName {
    String^ get();
    void set(String^ value);
}
abstract SmtpHostName : string with get, set
Property SmtpHostName As String

Property Value

Type: System.String

The name of the SMTP server

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top