MessageFileSettings Class
Represents message file settings.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | MessageFileSettings() | Initializes a new instance of the MessageFileSettings class. |
| Name | Description | |
|---|---|---|
![]() | HostName | Gets or sets the name of the host to which the message will be sent. |
![]() | 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 validity checking. If true, messages with required properties that are null or empty will not fail to send. |
![]() | PostSendActionsEnabled | When true, and supported by the message, an asynchronous post-send task will run. |
![]() | SenderProperties | Gets special configuration settings for specific senders. Some messages may require special sender-specific settings which can be set here. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

