public interface MessageAttachments
Modifier and Type | Method and Description |
---|---|
MessagePart |
addAttachment(javax.activation.DataHandler content,
Headers headers)
Add an attachment.
|
java.lang.Iterable<MessagePart> |
iterate()
Iterate across all attachments
|
java.lang.Iterable<MessagePart> iterate()
MessagePart addAttachment(javax.activation.DataHandler content, Headers headers)
content
- The attachment contentheaders
- Any headers for the attachment?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.