public class EmailEmbeddedObjectCollection extends RemoveOnlyListBase<EmailEmbeddedObject>
This collection contains the items of
type.EmailEmbeddedObject
Modifier and Type | Method and Description |
---|---|
void |
add(byte[] fileContent,
String name)
Adds an embedded resource to the
. |
clear, isReadOnly, remove, removeAt
public final void add(byte[] fileContent, String name)
EmailContent
.fileContent
- The content of the file to be added.name
- The name of the file.