G J O S

G

getClassName() - Method in class org.jaggeryjs.modules.email.SenderHostObject
Return the name of the class.

J

jsConstructor(Context, Object[], Function, boolean) - Static method in class org.jaggeryjs.modules.email.SenderHostObject
The Sender Object has three different constructors.
jsFunction_addAttachment(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.modules.email.SenderHostObject
Add attachments to the mail been sent.
jsFunction_send() - Method in class org.jaggeryjs.modules.email.SenderHostObject
Send the mail out
jsGet_bcc() - Method in class org.jaggeryjs.modules.email.SenderHostObject
 
jsGet_cc() - Method in class org.jaggeryjs.modules.email.SenderHostObject
 
jsGet_from() - Method in class org.jaggeryjs.modules.email.SenderHostObject
 
jsGet_html() - Method in class org.jaggeryjs.modules.email.SenderHostObject
 
jsGet_subject() - Method in class org.jaggeryjs.modules.email.SenderHostObject
 
jsGet_text() - Method in class org.jaggeryjs.modules.email.SenderHostObject
 
jsGet_to() - Method in class org.jaggeryjs.modules.email.SenderHostObject
 
jsSet_bcc(Object) - Method in class org.jaggeryjs.modules.email.SenderHostObject
The bcc address that the mail is sent to
jsSet_cc(Object) - Method in class org.jaggeryjs.modules.email.SenderHostObject
The cc address that the mail is sent to
jsSet_from(String) - Method in class org.jaggeryjs.modules.email.SenderHostObject
The from address to appear in the sender
jsSet_html(Object) - Method in class org.jaggeryjs.modules.email.SenderHostObject
The body of the sender to be sent.
jsSet_subject(String) - Method in class org.jaggeryjs.modules.email.SenderHostObject
The subject of the mail been sent
jsSet_text(String) - Method in class org.jaggeryjs.modules.email.SenderHostObject
The body text of the mail been sent
jsSet_to(Object) - Method in class org.jaggeryjs.modules.email.SenderHostObject
The to address that the mail is sent to

O

org.jaggeryjs.modules.email - package org.jaggeryjs.modules.email
 

S

SenderHostObject - Class in org.jaggeryjs.modules.email

The sender host object allows users to send out email from their mashups.

SenderHostObject() - Constructor for class org.jaggeryjs.modules.email.SenderHostObject
 

G J O S

Copyright © 2015 WSO2 Inc. All rights reserved.