IMessageSettings Interface
Interface used to configure message settings.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public interface IMessageSettings
public interface class IMessageSettings
Public Interface IMessageSettings
Properties
Name | Description | |
---|---|---|
HostName | Gets or sets the host name to which the message is sent. This property must be set or message validation will fail. |
|
MessageProperties | Gets special message properties. This property is generally used by messages and should not be set by external code. |
|
OverrideValidityChecks | Gets or sets the ability to override message validation. 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 tasks are run. |
|
SenderProperties | Gets special configuration settings for specific senders. Some messages may require special sender-specific settings which can be set here. |
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top