Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents message file settings.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.MessageFileSettings
Syntax
[SerializableAttribute]
public sealed class MessageFileSettings : IMessageSettings
[SerializableAttribute]
public ref class MessageFileSettings sealed : IMessageSettings
<SerializableAttribute>
Public NotInheritable Class MessageFileSettings
Implements IMessageSettings
Constructors
Name | Description | |
---|---|---|
![]() |
MessageFileSettings() | Initializes a new instance of the MessageFileSettings class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top