Web API

TextMessage

Other API in Package

User

Internal Tunnel

Tunnel

List of Classes

WebController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

ConsoleManager

ConsoleResponse

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

DownloadResponse

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

GeoUtil

GroupConcat

ImageFile

Inspector

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

NavigatorResponse

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Pin

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Response

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

Tag

TagFilter

TagManager

TextEmail

TextMessage

TiffBuilder

TransactionPacket

Tunnel

TunnelResult

UnknownFile

VCardFile

Validator

ValidityCheck

Wizard

XMLReader

ZoneAccess

Method Summary
Data getData()

Returns the Data object for this email.

  schedule(Date date)

Schedules the message to be sent after the specified date.

boolean sendTextMessage(String address)

Sends the message to the specified SMS address. Requires the number and carrier in email format (e.g. 8882221111@provider.com)

  setMessage(String message)

Sets the message body.

  setSubject(String subject)

Sets the message subject.

  setValidationCode(String macroTarget)

Creates a validation code and replaces the specified target in the message body with the code.

String toString()

Returns a description of this object.

Method Detail


Data getData()

Returns the Data object for this email.

Returns:  Data

Since: 04-27-2009

top

schedule(Date date)

Schedules the message to be sent after the specified date.

Parameters:

  • Date   date

Since: 06-08-2010

top

boolean sendTextMessage(String address)

Sends the message to the specified SMS address. Requires the number and carrier in email format (e.g. 8882221111@provider.com)

Parameters:

  • String   address Required parameter. Maximum allowed size of parameter: 254

Returns:  boolean

Since: 04-27-2009

top

setMessage(String message)

Sets the message body.

Parameters:

  • String   message

Since: 04-27-2009

top

setSubject(String subject)

Sets the message subject.

Parameters:

  • String   subject

Since: 04-27-2009

top

setValidationCode(String macroTarget)

Creates a validation code and replaces the specified target in the message body with the code.

Parameters:

  • String   macroTarget

Since: 04-27-2009

top

String toString()

Returns a description of this object.

Returns:  String

Since: 04-27-2009

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM