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
. |
void |
removeFromDocument(EmailEmbeddedObject item) |
clear, isReadOnly, remove, removeAtaddInternally, contains, get_Item, getCount, getInnerList, indexOf, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final void add(byte[] fileContent,
String name)
EmailContent.fileContent - The content of the file to be added.name - The name of the file.public void removeFromDocument(EmailEmbeddedObject item)
removeFromDocument in class RemoveOnlyListBase<EmailEmbeddedObject>Copyright © 2026. All rights reserved.