Module jakarta.mail
Package jakarta.mail

Class MessageContext

java.lang.Object
jakarta.mail.MessageContext

public class MessageContext extends Object
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.
Since:
JavaMail 1.1
See Also: