| java.lang.Object | |
| ↳ | com.google.code.javax.mail.MessageContext |
The context in which a piece of Message content is contained. A
MessageContext object is returned by the
getMessageContext method of the
MessageAware interface. MessageAware is
typically implemented by DataSources to allow a
DataContentHandler to pass on information about the
context in which a data content object is operating.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| part | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a MessageContext object describing the context of the given Part.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the Message that contains the content.
| |||||||||||
Return the Part that contains the content.
| |||||||||||
Return the Session we're operating in.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a MessageContext object describing the context of the given Part.
| part |
|---|
Return the Message that contains the content. Follows the parent chain up through containing Multipart objects until it comes to a Message object, or null.
Return the Part that contains the content.
Return the Session we're operating in.