| Package | Description |
|---|---|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.messaging |
Send e-mail messages through underlying platforms e-mail clients or thru the Codename One cloud.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodenameOneImplementation.sendMessage(String[] recipients,
String subject,
Message msg)
Send an email using the platform mail client
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Message.sendMessage(String[] recipients,
String subject,
Message msg)
Send an email using the platform mail client
|
| Modifier and Type | Method and Description |
|---|---|
void |
Display.sendMessage(String[] recipients,
String subject,
Message msg)
Send an email using the platform mail client.
The code below demonstrates sending a simple message with attachments using the devices native email client: |
static void |
CN.sendMessage(String subject,
Message msg,
String... recipients)
Send an email using the platform mail client.
The code below demonstrates sending a simple message with attachments using the devices native email client: |
Copyright © 2023. All rights reserved.