| Package | Description |
|---|---|
| org.simplejavamail.jakarta.mail.internet |
| Modifier and Type | Class and Description |
|---|---|
class |
InternetAddress
This class represents an Internet email address using the syntax
of RFC822.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
InternetAddress.toString(Address[] addresses)
Convert the given array of InternetAddress objects into
a comma separated sequence of address strings.
|
static String |
InternetAddress.toString(Address[] addresses,
int used)
Convert the given array of InternetAddress objects into
a comma separated sequence of address strings.
|
Copyright © 2017–2022. All rights reserved.