[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Message file settings

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MessageFileSettings : 

IMessageSettings
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MessageFileSettings _
	
Implements 

IMessageSettings
[
SerializableAttribute]
public 
ref class 
MessageFileSettings 
sealed : 

IMessageSettings

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MessageFileSettings () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
HostName
Hostname that the message will be sent to.
MemberwiseClone () () () () (Inherited from Object.)
MessageProperties
Special message properties. This is generally used by messages and should not be set by external code.
OverrideValidityChecks
Gets/sets the ability to override validity checking. 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 task will be run
SenderProperties
Special configuration settings for specific senders. Some messages may require special sender-specific settings that can be set here.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also