IEmailNotificationConfiguration.SmtpUserName Property

 

Applies To: Windows Server Update Services

Gets and sets the e-mail sender's account name.

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

Syntax

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

Property Value

Type: System.String

The email sender's account name

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top