Package | Description |
---|---|
com.avaya.collaboration.email |
Provides an API useful for sending an email.
|
Modifier and Type | Method and Description |
---|---|
EmailRequest |
EmailRequest.addBcc(String bccsCommaDelimited)
Add one or many bcc recipients to the existing set of bcc recipients for
this email.
|
EmailRequest |
EmailRequest.addBodyPart(ContentType contentType,
String content)
Add a body part to the email message.
|
EmailRequest |
EmailRequest.addCc(String ccsCommaDelimited)
Add one or many cc recipients to the existing set of cc recipients for
this email.
|
EmailRequest |
EmailRequest.addTo(String tosCommaDelimited)
Add one or many to recipients to the existing set of to recipients for
this email.
|
static EmailRequest |
EmailFactory.createEmailRequest()
Creates an EmailRequest object with no parameters.
|
EmailRequest |
EmailRequest.setFrom(String from)
Set the from.
|
EmailRequest |
EmailRequest.setListener(EmailListener emailListener)
Responses to a
EmailRequest.send() request arrive asynchronously. |
EmailRequest |
EmailRequest.setReplyTo(String replyTo)
Set the replyTo.
|
EmailRequest |
EmailRequest.setSubject(String subject)
Set the subject.
|
EmailRequest |
EmailRequest.setTextBody(String textBody)
Set the text body.
|
Copyright © 2023 Avaya. All rights reserved.