The MessageCreate type exposes the following members.

Properties

  Name Description
Public property AllowFileUpload
Indicates if file upload is enabled for this control.
Public property BackButtonVisible
Gets or sets a value indicating if back button should be dispalyed.
Public property Body
Gets or sets the message body.
Public property CancelCaption
Gets or sets the cancel button caption.
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 IsEmailHtmlFormatted
Gets or sets a value indicating whether an e-mail is HTML formatted.
Public property IsFriendListVisible
Gets or sets a value indicating whether the friend list option is visible.
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 MessageAddressTemplate
Message address template
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 PopupHeight
Popup window height.
Public property PopupWidth
Popup window width.
Public property Recipients
Gets or sets the message recipients.
Public property ShowRecipients
Gets or sets the value recipients control visibility.
Public property ShowSendMailCheckbox
Indicates if "Send-email" checkbox is shown.
Public property Subject
Gets or sets the message Subject.
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 UserAddressFormat
Message address format
Public property UserFilterMode
Defines wheter to show friends only, all users from the portal, or friends, lists and groups together.
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