@Deprecated public class EmailEmbeddedObjectCollection extends RemoveOnlyListBase<EmailEmbeddedObject>
Represents a collection of embedded objects in an email message.
Modifier and Type | Method and Description |
---|---|
void |
add(byte[] fileContent,
String name)
Deprecated.
Adds an embedded resource to the
EmailDocument . |
clear, isReadOnly, remove, removeAt
public final void add(byte[] fileContent, String name)
Adds an embedded resource to the EmailDocument
.
fileContent
- The content of the file to be added.name
- The name of the file.