IEmailNotificationConfiguration.SendTestEmail Method ()

 

Applies To: Windows Server Update Services

Sends a test e-mail to check the SMTP server settings.

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

Syntax

void SendTestEmail()
void SendTestEmail()
abstract SendTestEmail : unit -> unit
Sub SendTestEmail

Exceptions

Exception

Condition

SmtpException

There was an exception in the SMTP layer.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top