Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Defines the interface for configuring the e-mail user account and e-mail server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IEmailNotificationConfiguration
public interface class IEmailNotificationConfiguration
type IEmailNotificationConfiguration = interface end
Public Interface IEmailNotificationConfiguration
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. |
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(SecureString) | Sets the e-mail sender's password. |
![]() |
SetSmtpUserPassword(String) | Sets the e-mail sender's password. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top