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

The MessageFileSettingstype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
HostName
Hostname that the message will be sent to.
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.

See Also