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

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

The EASendMail 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 ErrorEmail
Sets or gets the email address that should receive information about errors that occur. The default value is an empty string (no error message is sent).
Public property ExtraQString
Sets or gets an extra query string value that is appended to the page URL. The default value is an empty string.
Public property PassWord
Sets or gets the user password that is used for authentication. The default value is an empty string.
Public property PlainText
Sets or gets a value indicating if the mail should be sent as plain text without formatting. The default value is false (send with formatting).
Public property PTID
Sets or gets an optional presentation template ID. The default value is zero.
Public property SendOnce
Gets or sets a value indicating if the mail should be sent only on first revision. The default value is an true.
Public property ServerName
Sets or gets the name or IP address of the mail server to use. If it is an empty string, the default SMTP server according to the CS settings is used. The default value is an empty string.
Public property StaticBcc
Sets or gets the email addresses to put in the BCC field. The default value is an empty string.
Public property StaticCc
Sets or gets the email addresses to put in the CC field. The default value is an empty string.
Public property StaticFrom
Sets or gets the email address to put in the FROM field. The default value is an empty string.
Public property StaticSubject
Sets or gets the text to put in the SUBJECT field. The default value is an empty string.
Public property StaticTo
Sets or gets the email addresses to put in the TO field. The default value is an empty string.
Public property UserName
Sets or gets the user name that is used for authentication. The default value is an empty string.
Public property XmlBcc
Sets or gets the EPT field containing the BCC email addresses.
Public property XmlCc
Sets or gets the EPT field containing the CC email addresses.
Public property XmlFrom
Sets or gets the EPT field containing the FROM email addresses.
Public property XmlSendmail
Sets or gets a value indicating if the send mail functionality should be enabled. The value should correspond to a checkbox value, where "1" means that the functionality is enabled. The default value is an empty string.
Public property XmlSubject
Sets or gets the EPT field containing the SUBJECT field.
Public property XmlTo
Sets or gets the EPT field containing the TO email addresses.
Top
See Also

Reference