Package | Description |
---|---|
com.hcl.domino.mime | |
com.hcl.domino.mime.attachments |
Modifier and Type | Method and Description |
---|---|
List<IMimeAttachment> |
MimeData.getAttachments() |
Optional<IMimeAttachment> |
MimeData.getEmbed(String cid)
Returns an attachment for a content id
|
Modifier and Type | Method and Description |
---|---|
void |
MimeData.attach(IMimeAttachment attachment)
Attaches a file.
|
String |
MimeData.embed(IMimeAttachment attachment)
Adds an inline file
|
void |
MimeData.embed(String cid,
IMimeAttachment attachment)
Adds/changes an inline file with a given content id
|
void |
MimeData.removeAttachment(IMimeAttachment attachment)
Removes an attachment from the MIME data
|
Constructor and Description |
---|
MimeData(String html,
String text,
Map<String,IMimeAttachment> embeds,
List<IMimeAttachment> attachments) |
MimeData(String html,
String text,
Map<String,IMimeAttachment> embeds,
List<IMimeAttachment> attachments) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayMimeAttachment
Implementation of
IMimeAttachment to use a byte array
as MIME attachment. |
class |
LocalFileMimeAttachment
Implementation of
IMimeAttachment to use a local file
as MIME attachment. |
class |
UrlMimeAttachment
Implementation of
IMimeAttachment to use a URL
as MIME attachment. |
Copyright © 2019–2021 HCL. All rights reserved.