| Package | Description |
|---|---|
| com.avaya.collaboration.email |
Provides an API useful for sending an email.
|
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
ContentType.TEXT_HTML
text/html
|
static ContentType |
ContentType.TEXT_PLAIN
text/plain
|
static ContentType |
ContentType.TEXT_RTF
text/rtf
|
static ContentType |
ContentType.TEXT_VCARD
text/x-vcard
|
static ContentType |
ContentType.TEXT_XML
text/xml
|
| Modifier and Type | Method and Description |
|---|---|
ContentType |
EmailBodyPart.getContentType()
Gets an appropriate value for the content-type header for the BodyPart.
|
static ContentType |
ContentType.valueOf(String name) |
static ContentType[] |
ContentType.values() |
| Modifier and Type | Method and Description |
|---|---|
EmailRequest |
EmailRequest.addBodyPart(ContentType contentType,
String content)
Add a body part to the email message.
|
Copyright © 2023 Avaya. All rights reserved.