MessageClassAttributeSetting Enumeration

 

Flags for the MessageClassAttribute.

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

[SerializableAttribute]
public enum class MessageClassAttributeSetting

Member nameDescription
None

No flags are set. If SigningSmsId is specified, the message will be signed.

NotSigned

The message is never signed.

SigningRequired

Signing is required for the message. If SigningSmsId is not specified, the message will not be sent.

Return to top
Show: