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

The Messagetype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Attachments
Gets Attachments to the message.
Body
Get/Set message body. This should never be empty except for some very special cases.
MessageId
Internal ID of the message.
PostSendActionsSupported
If true, message supports post-send actions
Priority
The priority for the message. This is only used for reference by senders and has no actual effect on the message
SenderCallback
Callback to Sender for the message. This is null unless a message is in the process of being sent.
SenderType
The sender type for the message. This is only used for reference by senders and has no actual effect on the message.
IMessageBase . . :: . . Settings
Message settings and properties
Settings
Message settings
SiteCode
Gets/sets the site code to use for sending the message. Some messages require this.
SmsId
Get/Set the SMSID to use for sending and signing the message.
SupportsInlineSerializers
If true, Serialize() will be called on send, and Deserialize() will be called on receive.

Default setting is true. Override to false with care.

See Also