public class EmailAttachmentCollection extends RemoveOnlyListBase<EmailAttachment>
This collection contains the items of type.EmailAttachment
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] fileContent,
String name)
Adds an attachment to the
. |
void |
removeFromDocument(EmailAttachment 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 attached.name - The name of the file.public void removeFromDocument(EmailAttachment item)
removeFromDocument in class RemoveOnlyListBase<EmailAttachment>Copyright © 2026. All rights reserved.