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

Message settings interface

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
interface 
IMessageSettings
Public 
Interface 
IMessageSettings
public 
interface class 
IMessageSettings

Members

           
  All Members     Properties   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
HostName
Hostname that the message will be sent to. This must be set or else message validation will fail.
MessageProperties
Special message properties. This is generally used by messages and should not be set by external code.
OverrideValidityChecks
Gets/sets the ability to override validity checking. If true, messages that have required properties that are null or empty will not fail to send.
PostSendActionsEnabled
If true, and the message supports this, asynchronous post-send task will be run
SenderProperties
Special configuration settings for specific senders. Some messages may require special sender-specific settings that can be set here.

See Also