SMS_AlertEmailTemplate Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_AlertEmailTemplate Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the email template embedded by SMS_Subscription.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_AlertEmailTemplate  
{
    UInt32 AlertID,
    String Subject
};

The SMS_AlertEmailTemplate class does not define any methods.

AlertID

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Identifier of the alert.

Subject

Data type: String

Access type: Read/Write

Qualifiers: none

Subject of the email.

Show: