publish
plugins.it2be_exchange.IEMail info


Servoy Properties Summary
String attachmentName
String bcc
String body
String cc
Date dateReceived
String dateReceivedString
String htmlBody
String sender
String subject
String to
Object uid
Object uniqueID


Servoy Methods Summary
Boolean addAttachment( String )
Boolean addAttachment( File )
Array<String> getAttachmentNames( )
Array<IEAttachment> getAttachments( )
byte[][] getAttachmentsBytes( )
Date getLastModificationDate( )
String getMeetingID( )
MimeMultipart getMimeMultipart( )
String getSenderEmailName( )
String getSenderName( )
Array<String> getToEmailAddresses( )
Array<String> getToEmailNames( )
String getToEmailNamesForDisplay( )
Boolean isMeetingRequest( )
Boolean isUnread( )
Object send( )
void setDeliveryReceipt( MimeMultipart )


Servoy Properties Details


attachmentName
String  attachmentName
Get/Set the name of the attachment.
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient


bcc
String  bcc
Get/Set the bcc.
Returns
String  bcc String

Supported Clients
SmartClient, WebClient, NGClient


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

Supported Clients
SmartClient, WebClient, NGClient


cc
String  cc
Get/Set the cc.
Returns
String  cc String

Supported Clients
SmartClient, WebClient, NGClient


dateReceived
Date  dateReceived
Get/Set the received date.
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


dateReceivedString
String  dateReceivedString
Get/Set the received date string.
Returns
String  date String

Supported Clients
SmartClient, WebClient, NGClient


htmlBody
String  htmlBody
Get/Set the html body.
Returns
String  body String

Supported Clients
SmartClient, WebClient, NGClient


sender
String  sender
Get/Set the sender email address.
Returns
String  address String

Supported Clients
SmartClient, WebClient, NGClient


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

Supported Clients
SmartClient, WebClient, NGClient


to
String  to
Get/Set the to email address.
Returns
String  to String

Supported Clients
SmartClient, WebClient, NGClient


uid
Object  uid
Get/Set the uid
Returns
Object  uid Object

Supported Clients
SmartClient, WebClient, NGClient


uniqueID
Object  uniqueID
Get/Set the unique id
Returns
Object  uid Object

Supported Clients
SmartClient, WebClient, NGClient

Servoy Methods Details


addAttachment
Boolean  addAttachment( String )
Create an attachment from a file path.
Parameters
String  filePath  the file path

Returns
Boolean  result boolean

Supported Clients
SmartClient, WebClient, NGClient


addAttachment
Boolean  addAttachment( File )
Create an attachment from a file.
Parameters
File  file  the file

Returns
Boolean  result boolean

Supported Clients
SmartClient, WebClient, NGClient


getAttachmentNames
Array<String>  getAttachmentNames( )
Returns an array of attachment names.
Returns
Array<String>  names String[]

Supported Clients
SmartClient, WebClient, NGClient


getAttachments
Array<IEAttachment>  getAttachments( )
Returns array of attachments.
Returns
Array<IEAttachment>  attachments IEAttachment[]

Supported Clients
SmartClient, WebClient, NGClient


getAttachmentsBytes
byte[][]  getAttachmentsBytes( )
Returns an array of attachment byte[]
Returns
byte[][]  attachments byte[][]

Supported Clients
SmartClient, WebClient, NGClient


getLastModificationDate
Date  getLastModificationDate( )
Get the last modification date
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


getMeetingID
String  getMeetingID( )
Get the id of the meeting.
Returns
String  id String

Supported Clients
SmartClient, WebClient, NGClient


getMimeMultipart
MimeMultipart  getMimeMultipart( )
Get the mime multipart
Returns
MimeMultipart  part MimeMultipart

Supported Clients
SmartClient, WebClient, NGClient


getSenderEmailName
String  getSenderEmailName( )
Get the sender email name.
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient


getSenderName
String  getSenderName( )
Get the sender name.
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient


getToEmailAddresses
Array<String>  getToEmailAddresses( )
Get the to email addresses.
Returns
Array<String>  addresses String[]

Supported Clients
SmartClient, WebClient, NGClient


getToEmailNames
Array<String>  getToEmailNames( )
Get the to email names.
Returns
Array<String>  names String[]

Supported Clients
SmartClient, WebClient, NGClient


getToEmailNamesForDisplay
String  getToEmailNamesForDisplay( )
Get the to email display names.
Returns
String  names String

Supported Clients
SmartClient, WebClient, NGClient


isMeetingRequest
Boolean  isMeetingRequest( )
Is the email a meeting request.
Returns
Boolean  meeting boolean

Supported Clients
SmartClient, WebClient, NGClient


isUnread
Boolean  isUnread( )
Is the email unread.
Returns
Boolean  unread boolean

Supported Clients
SmartClient, WebClient, NGClient


send
Object  send( )
Send the email with additional wait boolean and/or return method.
Returns
Object  result Object

Supported Clients
SmartClient, WebClient, NGClient


setDeliveryReceipt
void  setDeliveryReceipt( MimeMultipart )
Set the delivery receipt.
Parameters
MimeMultipart  part  the part

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient