| Servoy Properties Details |
|---|
associatedEventChangeKey
String associatedEventChangeKey
Get/Set the changekey for the associated evenReturns
String changekey String
Supported Clients
SmartClient, WebClient, NGClient
associatedEventId
String associatedEventId
Get/Set the associated event idReturns
String id String
Supported Clients
SmartClient, WebClient, NGClient
bcc
Array<String> bcc
Get/Set the bcc addressesReturns
Array<String> bcc String[]
Supported Clients
SmartClient, WebClient, NGClient
body
String body
Get/Set the bodyReturns
String body String
Supported Clients
SmartClient, WebClient, NGClient
bodyType
Number bodyType
Get/Set the body typeReturns
Number type int
Supported Clients
SmartClient, WebClient, NGClient
categoriesString
String categoriesString
Get/Set the categories stringReturns
String categories String
Supported Clients
SmartClient, WebClient, NGClient
cc
Array<String> cc
Get/Set the cc addressesReturns
Array<String> ccs String[]
Supported Clients
SmartClient, WebClient, NGClient
dateCreated
Date dateCreated
Get/Set the date createdReturns
Date date Date
Supported Clients
SmartClient, WebClient, NGClient
dateSent
Date dateSent
Get/Set the date sentReturns
Date Date
Supported Clients
SmartClient, WebClient, NGClient
fromEmailAddress
String fromEmailAddress
Get/Set the from email addressReturns
String address String
Supported Clients
SmartClient, WebClient, NGClient
fromFullAddress
String fromFullAddress
Get/Set the from full addressReturns
String address String
Supported Clients
SmartClient, WebClient, NGClient
fromName
String fromName
Get/Set the from nameReturns
String name String
Supported Clients
SmartClient, WebClient, NGClient
getId
String getId
Get/Set the idReturns
String id String
Supported Clients
SmartClient, WebClient, NGClient
hasAttachment
Boolean hasAttachment
Get/Set that the email has attachmentReturns
Boolean has boolean
Supported Clients
SmartClient, WebClient, NGClient
importance
String importance
Get/Set the importanceReturns
String importance String
Supported Clients
SmartClient, WebClient, NGClient
sensitivity
String sensitivity
Get/Set the sensitivityReturns
String sensitivity String
Supported Clients
SmartClient, WebClient, NGClient
sizeInBytes
Number sizeInBytes
Get/Set the size in bytesReturns
Number size int
Supported Clients
SmartClient, WebClient, NGClient
subject
String subject
Get/Set the subjectReturns
String subject String
Supported Clients
SmartClient, WebClient, NGClient
to
Array<String> to
Get/Set the to adressesReturns
Array<String> to String[]
Supported Clients
SmartClient, WebClient, NGClient
| Servoy Methods Details |
|---|
addAttachment
IEAttachment addAttachment( String, String )
Add an attachment (use full path).Parameters
String data:String the filePath:String or data:JSFile or data:byte[]
String name:String the attachment name
Returns
IEAttachment attachment IEAttachment
Supported Clients
SmartClient, WebClient, NGClient
deleteAttachment
Boolean deleteAttachment( String )
Get/Set deleteAttachment.Parameters
String id the id
Returns
Boolean result boolean
Supported Clients
SmartClient, WebClient, NGClient
getAttachment
IEAttachment getAttachment( String )
Get/Set getAttachment.Parameters
String attachmentId the attachment id
Returns
IEAttachment attachment IEAttachment
Supported Clients
SmartClient, WebClient, NGClient
getAttachmentNames
Array<String> getAttachmentNames( )
Retrieve an array of attachment names.Returns
Array<String> names String[]
Supported Clients
SmartClient, WebClient, NGClient
getAttachments
Array<IEAttachment> getAttachments( )
Retrieve an array of attachments.Returns
Array<IEAttachment> attachments IEAttachment[]
Supported Clients
SmartClient, WebClient, NGClient
getChangeKey
String getChangeKey( )
Retrieve the changeKey (necessary to retrieve recurring items etc).Returns
String changekey String
Supported Clients
SmartClient, WebClient, NGClient
getId
String getId( )
Retrieve the ID (necessary to retrieve an item).Returns
String id String
Supported Clients
SmartClient, WebClient, NGClient
getModificationDate
Date getModificationDate( )
Get the modification dateReturns
Date date Date
Supported Clients
SmartClient, WebClient, NGClient
getSenderEmailAddress
String getSenderEmailAddress( )
Get/Set the sender email addressReturns
String address String
Supported Clients
SmartClient, WebClient, NGClient
getSenderEmailName
String getSenderEmailName( )
Get/Set the sender email nameReturns
String name String
Supported Clients
SmartClient, WebClient, NGClient
getSenderName
String getSenderName( )
Get/Set the sender nameReturns
String name String
Supported Clients
SmartClient, WebClient, NGClient
hasAttachments
Boolean hasAttachments( )
Returns a boolean value true or false.Returns
Boolean result boolean
Supported Clients
SmartClient, WebClient, NGClient
isRead
Boolean isRead( )
Get the read status of the messageReturns
Boolean boolean
Supported Clients
SmartClient, WebClient, NGClient
isUnread
Boolean isUnread( )
Get the unread status of the messageReturns
Boolean unread boolean
Supported Clients
SmartClient, WebClient, NGClient
send
Array<String> send( )
Send the messageReturns
Array<String> result[0] = exchange ID, result[1] = change key
Supported Clients
SmartClient, WebClient, NGClient
setBodyIsHtml
void setBodyIsHtml( Boolean )
Set the body type to htmlParameters
Boolean html the html body
Returns
void
Supported Clients
SmartClient, WebClient, NGClient