Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.62 KB

sms_alertemailtemplate-server-wmi-class.md

File metadata and controls

62 lines (46 loc) · 1.62 KB
description title titleSuffix ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
Learn how to represent the email template embedded by SMS_Subscription using SMS_AlertEmailTemplate.
SMS_AlertEmailTemplate Class
Configuration Manager
09/20/2016
sdk
configuration-manager
reference
bd23b0f3-ca54-43f8-8c10-460166b9d339
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

SMS_AlertEmailTemplate Server WMI Class

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.

Syntax

Class SMS_AlertEmailTemplate    
{  
    UInt32 AlertID,  
    String Subject  
};  

Methods

The SMS_AlertEmailTemplate class does not define any methods.

Properties

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.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.