[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Flags for the MessageClassAttribute

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
MessageClassAttributeSetting
<
SerializableAttribute> _
Public 
Enumeration 
MessageClassAttributeSetting
[
SerializableAttribute]
public 
enum class 
MessageClassAttributeSetting

Members

Member Description
None
No flags are set. If SigningSmsId is specified, the message will be signed.
SigningRequired
Signing is required for the message. If no SigningSmsId is specified, the message will fail to send.
NotSigned
Message is never signed

See Also