MessageFileSettings Class

 

Represents message file settings.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::MessageFileSettings

[SerializableAttribute]
public ref class MessageFileSettings sealed : IMessageSettings

NameDescription
System_CAPS_pubmethodMessageFileSettings()

Initializes a new instance of the MessageFileSettings class.

NameDescription
System_CAPS_pubpropertyHostName

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

System_CAPS_pubpropertyMessageProperties

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

System_CAPS_pubpropertyOverrideValidityChecks

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_pubpropertyPostSendActionsEnabled

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

System_CAPS_pubpropertySenderProperties

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: