MailForm Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The MailForm type exposes the following members.

Properties

  Name Description
Public property BackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property ExcludeFields
Sets or gets an array of field names that should be excluded from the mail. The default value is null.
Public property FieldMailTo
Sets or gets name of the field that contains the comma separated list of recipients of the mail. The default value is "recipients".
Public property FieldSubject
Sets or gets name of the field that contains the subject line. The default value is "subject"
Public property From
Sets or gets the FROM address. The default value is "MailformComponent@contentstudio.se"
Public property MailSendMethod
Sets or gets the addressing method to use. The default value is SendMethod.To.
Public property MailSent
Gets a value indicating if the mail has been sent. The default value is false.
Public property Password
Sets or gets the password for the mail server. The default value is an empty string
Public property SendAsPlainText
Sets or gets a value indicating if the mail should be sent as plain text. The default value is false (sending it as HTML instead).
Public property ServerName
Sets or gets the name or IP address of the mail server. The default value is an empty string.
Public property StaticMailTo
Sets or gets the comma separated list of recipients to use if no data is available via FieldMailTo. The default value is an empty string.
Public property StaticSubject
Sets or gets the subject subject line to use if no data is available via FieldSubject. The default value is an empty string
Public property TextAfter
Sets or gets the text to display in the mail body after the generated content. The default value is an empty string
Public property TextBefore
Sets or gets the text to display in the mail body before the generated content. The default value is an empty string
Public property Username
Sets or gets the username to be used with the mail server. The default value is an empty string
Top
See Also

Reference