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
};

Methods

The SMS_AlertEmailTemplate class does not define any methods.

Properties

AlertID

Data type: UInt32Access type: Read/Write Qualifiers: noneIdentifier of the alert.
Subject

Data type: StringAccess type: Read/Write Qualifiers: noneSubject of the email.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also