The MessageDetails type exposes the following members.

Properties

  Name Description
Public property AllowFileUpload
Indicates if file upload is enabled for this control.
Public property ContentProviderTypeName
Content provider type name used for uploading files.
Public property DefaultUploadPath
Content provider type name used for uploading files.
Public property EnableHTMLMessages
Gets or sets a value indicating whether a HTML formatted messages are enabled.
Public property MailServerAddress
Property that is used in message sending methods instead of the "From" address of the user. Used to avoid SPF issues on mail servers that will not accept from addresses from arbitrary users. Instead of that, a fixed valid From message is used that is always accepted by SMTP.
Public property MessageId
Id of the parent message in the message thread
Public property NewMessageId
Used to track the new message ID that is used to establish a relation with messages and uploaded files (as files are uploaded before the post is entered into the database).
Public property PageSize
Pager page size.
Public property ShowSendMailCheckbox
Gets or sets a value indicating whether send mail check box is visible.
Public property UploadFolder
File upload folder. The following special strings can be used and will be replaced by the appropriate values: {username}, {userid}, {id}.
Public property UsePrettyPhoto
Uses Pretty Photo functionality instead of redirecting to a file preview page.
Public property ViewFilePageId
Property that is used for storing the file view page.
Public property ViewFilePageUrl
Property that is used for storing the file view page URL in case of URL rewriting scenarios. Has the priority over ViewFilePageId.

See Also