EmailNotificationType Enumeration

 

Applies To: Windows Server Update Services

Represents the possible types of e-mail notification

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

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum EmailNotificationType
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class EmailNotificationType
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type EmailNotificationType
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration EmailNotificationType

Members

Member name Description
NewSync

Send an alert when new updates have been synchronized.

Summary

Send a periodical summary of new updates.

Test

Send test e-mail.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top