Modifier and Type | Method and Description |
---|---|
static Attr |
Attr.findAttr(java.util.List attributes,
int ID)
Finds an attribute with the specified ID within given attribute list.
|
Attr |
Message.getAttribute(int ID)
Gets a specific Message attribute.
|
Attr |
Attachment.getAttribute(int ID)
Gets a specific Attachment attribute.
|
Attr |
TNEFInputStream.readAttr()
Reads a TNEF attribute from the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.addAttribute(Attr attr)
Adds an attribute to this message.
|
void |
Attachment.addAttribute(Attr attr)
Adds an Attachment attribute.
|