Package javax.mail
Class MessageContext
- java.lang.Object
-
- javax.mail.MessageContext
-
public class MessageContext extends java.lang.ObjectThe context of a datum of message content.- Version:
- 1.4
- Author:
- Chris Burdess
-
-
Constructor Summary
Constructors Constructor Description MessageContext(Part part)Creates a message context describing the given part.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagegetMessage()Returns the message that contains the content.PartgetPart()Returns the part containing the content.SessiongetSession()Returns the session context.
-
-
-
Constructor Detail
-
MessageContext
public MessageContext(Part part)
Creates a message context describing the given part.
-
-