MessageFileSettings Class

 

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
System_CAPS_pubmethod MessageFileSettings()

Initializes a new instance of the MessageFileSettings class.

Properties

Name Description
System_CAPS_pubproperty HostName

Gets or sets the name of the host to which the message will be sent.

System_CAPS_pubproperty MessageProperties

Gets special message properties. This property is generally used by messages and should not be set by external code.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty PostSendActionsEnabled

When true, and supported by the message, an asynchronous post-send task will run.

System_CAPS_pubproperty SenderProperties

Gets special configuration settings for specific senders. Some messages may require special sender-specific settings which can be set here.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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