publish
plugins.it2be_exchange.IEMail info


Servoy Properties Summary
String associatedEventChangeKey
String associatedEventId
Array<String> bcc
String body
Number bodyType
String categoriesString
Array<String> cc
Date dateCreated
Date dateSent
String fromEmailAddress
String fromFullAddress
String fromName
String getId
Boolean hasAttachment
String importance
String sensitivity
Number sizeInBytes
String subject
Array<String> to


Servoy Methods Summary
IEAttachment addAttachment( String, String )
Boolean deleteAttachment( String )
IEAttachment getAttachment( String )
Array<String> getAttachmentNames( )
Array<IEAttachment> getAttachments( )
String getChangeKey( )
String getId( )
Date getModificationDate( )
String getSenderEmailAddress( )
String getSenderEmailName( )
String getSenderName( )
Boolean hasAttachments( )
Boolean isRead( )
Boolean isUnread( )
Array<String> send( )
void setBodyIsHtml( Boolean )


Servoy Properties Details


associatedEventChangeKey
String  associatedEventChangeKey
Get/Set the changekey for the associated even
Returns
String  changekey String

Supported Clients
SmartClient, WebClient, NGClient


associatedEventId
String  associatedEventId
Get/Set the associated event id
Returns
String  id String

Supported Clients
SmartClient, WebClient, NGClient


bcc
Array<String>  bcc
Get/Set the bcc addresses
Returns
Array<String>  bcc String[]

Supported Clients
SmartClient, WebClient, NGClient


body
String  body
Get/Set the body
Returns
String  body String

Supported Clients
SmartClient, WebClient, NGClient


bodyType
Number  bodyType
Get/Set the body type
Returns
Number  type int

Supported Clients
SmartClient, WebClient, NGClient


categoriesString
String  categoriesString
Get/Set the categories string
Returns
String  categories String

Supported Clients
SmartClient, WebClient, NGClient


cc
Array<String>  cc
Get/Set the cc addresses
Returns
Array<String>  ccs String[]

Supported Clients
SmartClient, WebClient, NGClient


dateCreated
Date  dateCreated
Get/Set the date created
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


dateSent
Date  dateSent
Get/Set the date sent
Returns
Date  Date

Supported Clients
SmartClient, WebClient, NGClient


fromEmailAddress
String  fromEmailAddress
Get/Set the from email address
Returns
String  address String

Supported Clients
SmartClient, WebClient, NGClient


fromFullAddress
String  fromFullAddress
Get/Set the from full address
Returns
String  address String

Supported Clients
SmartClient, WebClient, NGClient


fromName
String  fromName
Get/Set the from name
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient


getId
String  getId
Get/Set the id
Returns
String  id String

Supported Clients
SmartClient, WebClient, NGClient


hasAttachment
Boolean  hasAttachment
Get/Set that the email has attachment
Returns
Boolean  has boolean

Supported Clients
SmartClient, WebClient, NGClient


importance
String  importance
Get/Set the importance
Returns
String  importance String

Supported Clients
SmartClient, WebClient, NGClient


sensitivity
String  sensitivity
Get/Set the sensitivity
Returns
String  sensitivity String

Supported Clients
SmartClient, WebClient, NGClient


sizeInBytes
Number  sizeInBytes
Get/Set the size in bytes
Returns
Number  size int

Supported Clients
SmartClient, WebClient, NGClient


subject
String  subject
Get/Set the subject
Returns
String  subject String

Supported Clients
SmartClient, WebClient, NGClient


to
Array<String>  to
Get/Set the to adresses
Returns
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 date
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


getSenderEmailAddress
String  getSenderEmailAddress( )
Get/Set the sender email address
Returns
String  address String

Supported Clients
SmartClient, WebClient, NGClient


getSenderEmailName
String  getSenderEmailName( )
Get/Set the sender email name
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient


getSenderName
String  getSenderName( )
Get/Set the sender name
Returns
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 message
Returns
Boolean  boolean

Supported Clients
SmartClient, WebClient, NGClient


isUnread
Boolean  isUnread( )
Get the unread status of the message
Returns
Boolean  unread boolean

Supported Clients
SmartClient, WebClient, NGClient


send
Array<String>  send( )
Send the message
Returns
Array<String>  result[0] = exchange ID, result[1] = change key

Supported Clients
SmartClient, WebClient, NGClient


setBodyIsHtml
void  setBodyIsHtml( Boolean )
Set the body type to html
Parameters
Boolean  html  the html body

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient