IEmailNotificationConfiguration.HasSmtpUserPassword Property

 

Applies To: Windows Server Update Services

Get whether or not the email sender's password is already set

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

Syntax

bool HasSmtpUserPassword { get; }
property bool HasSmtpUserPassword {
    bool get();
}
abstract HasSmtpUserPassword : bool with get
ReadOnly Property HasSmtpUserPassword As Boolean

Property Value

Type: System.Boolean

true if email sender's password is set, otherwise false.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top