IEmailNotificationConfiguration.SmtpServerRequiresAuthentication Property

 

Applies To: Windows Server Update Services

Gets and sets whether the SMTP server requires authentication.

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

Syntax

bool SmtpServerRequiresAuthentication { get; set; }
property bool SmtpServerRequiresAuthentication {
    bool get();
    void set(bool value);
}
abstract SmtpServerRequiresAuthentication : bool with get, set
Property SmtpServerRequiresAuthentication As Boolean

Property Value

Type: System.Boolean

true if the SMTP server requires authentication, otherwise false.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top