| Package | Description | 
|---|---|
| net.freeutils.tnef | |
| net.freeutils.tnef.mime | 
| Modifier and Type | Method and Description | 
|---|---|
static Attr | 
Attr.findAttr(java.util.List<Attr> attributes,
        int ID)
Finds an attribute with the specified ID within given attribute list. 
 | 
Attr | 
Attachment.getAttribute(int ID)
Gets a specific Attachment attribute. 
 | 
Attr | 
Message.getAttribute(int ID)
Gets a specific Message attribute. 
 | 
Attr | 
TNEFInputStream.readAttr()
Reads a TNEF attribute from the stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Attr> | 
Attachment.getAttributes()
Gets the Attachment attributes. 
 | 
java.util.List<Attr> | 
Message.getAttributes()
Gets the Message attributes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Attachment.addAttribute(Attr attr)
Adds an Attachment attribute. 
 | 
void | 
Message.addAttribute(Attr attr)
Adds an attribute to this message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Attr | 
Attr.findAttr(java.util.List<Attr> attributes,
        int ID)
Finds an attribute with the specified ID within given attribute list. 
 | 
void | 
Attachment.setAttributes(java.util.List<Attr> attributes)
Sets the Attachment attributes. 
 | 
void | 
Message.setAttributes(java.util.List<Attr> attributes)
Sets the Message attributes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Attr> | 
TNEFMimeBodyPart.getTNEFAttributes()
Gets the TNEFMimeMessage TNEF attributes. 
 | 
java.util.List<Attr> | 
TNEFMimeMessage.getTNEFAttributes()
Gets the TNEFMimeMessage TNEF attributes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TNEFMimeBodyPart.setTNEFAttributes(java.util.List<Attr> attributes)
Sets the TNEFMimeMessage TNEF attributes. 
 | 
void | 
TNEFMimeMessage.setTNEFAttributes(java.util.List<Attr> attributes)
Sets the TNEFMimeMessage TNEF attributes. 
 | 
Copyright © 2021. All Rights Reserved.