IEmailNotificationConfiguration Members

Defines the interface for configuring the e-mail user account and e-mail server.

The following tables list the members exposed by the IEmailNotificationConfiguration type.

Public Properties

  Name Description
public property EmailLanguage Gets and sets the e-mail language setting.
public property HasSmtpUserPassword Get whether or not the email sender's password is already set
public property LastModifiedBy Gets the name of the last administrator to modify the e-mail notification settings.
public property LastModifiedTime Gets the last time e-mail notification settings were modified.
public property SenderDisplayName Gets and sets the display name of the sender.
public property SenderEmailAddress Gets and sets the e-mail address of the sender.
public property SendStatusNotification Gets and sets whether new update status summaries are to be sent.
public property SendSyncNotification Gets and sets whether new update alerts should be sent.
public property SmtpHostName Gets and sets the name of the SMTP server.
public property SmtpPort Gets and sets the SMTP port number.
public property SmtpServerRequiresAuthentication Gets and sets whether the SMTP server requires authentication.
public property SmtpUserName Gets and sets the e-mail sender's account name.
public property StatusNotificationFrequency Gets and sets the frequency with which e-mail notifications should be sent.
public property StatusNotificationRecipients Gets the e-mail addresses of those to whom status notification should be sent.
public property StatusNotificationTimeOfDay Gets and sets the time of the day e-mail notifications should be sent.
public property SupportedEmailLanguages Gets the supported languages for e-mail content.
public property SyncNotificationRecipients Gets the e-mail addresses of those to whom notification of new updates should be sent.

Top

Public Methods

  Name Description
public method Save Saves the e-mail configuration to the database.
public method SendTestEmail Sends a test e-mail to check the SMTP server settings.
public method SetSmtpUserPassword Overloaded. Sets the e-mail sender's password.

Top

See Also

Reference

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace