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 | |
---|---|---|
EmailLanguage | Gets and sets the e-mail language setting. | |
HasSmtpUserPassword | Get whether or not the email sender's password is already set | |
LastModifiedBy | Gets the name of the last administrator to modify the e-mail notification settings. | |
LastModifiedTime | Gets the last time e-mail notification settings were modified. | |
SenderDisplayName | Gets and sets the display name of the sender. | |
SenderEmailAddress | Gets and sets the e-mail address of the sender. | |
SendStatusNotification | Gets and sets whether new update status summaries are to be sent. | |
SendSyncNotification | Gets and sets whether new update alerts should be sent. | |
SmtpHostName | Gets and sets the name of the SMTP server. | |
SmtpPort | Gets and sets the SMTP port number. | |
SmtpServerRequiresAuthentication | Gets and sets whether the SMTP server requires authentication. | |
SmtpUserName | Gets and sets the e-mail sender's account name. | |
StatusNotificationFrequency | Gets and sets the frequency with which e-mail notifications should be sent. | |
StatusNotificationRecipients | Gets the e-mail addresses of those to whom status notification should be sent. | |
StatusNotificationTimeOfDay | Gets and sets the time of the day e-mail notifications should be sent. | |
SupportedEmailLanguages | Gets the supported languages for e-mail content. | |
SyncNotificationRecipients | Gets the e-mail addresses of those to whom notification of new updates should be sent. |
Top
Public Methods
Name | Description | |
---|---|---|
Save | Saves the e-mail configuration to the database. | |
SendTestEmail | Sends a test e-mail to check the SMTP server settings. | |
SetSmtpUserPassword | Overloaded. Sets the e-mail sender's password. |
Top
See Also
Reference
IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace