public class MailBridge extends BasePIMBridge implements IMail, APIBridge
apiGroup| Constructor and Description |
|---|
MailBridge(IMail delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
IMail |
getDelegate()
Get the delegate implementation.
|
APIResponse |
invoke(APIRequest request)
Invokes the given method specified in the API request object.
|
void |
sendEmail(Email data,
IMessagingCallback callback)
Send an Email
|
void |
setDelegate(IMail delegate)
Set the delegate implementation.
|
getAPIGroup, getAPIVersion, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic MailBridge(IMail delegate)
delegate - The delegate implementing platform specific functions.public final IMail getDelegate()
public final void setDelegate(IMail delegate)
delegate - The delegate implementing platform specific functions.public void sendEmail(Email data, IMessagingCallback callback)
public APIResponse invoke(APIRequest request)
invoke in interface APIBridgeinvoke in class BasePIMBridgerequest - APIRequest object containing method name and parameters.