IEmailNotificationConfiguration.SendStatusNotification Property

 

Applies To: Windows Server Update Services

Gets and sets whether new update status summaries are to be sent.

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

Syntax

bool SendStatusNotification { get; set; }
property bool SendStatusNotification {
    bool get();
    void set(bool value);
}
abstract SendStatusNotification : bool with get, set
Property SendStatusNotification As Boolean

Property Value

Type: System.Boolean

true if new update status summaries are to be sent, otherwise false.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top