MimeMessage (gb.mime)

This class represents a MimeMessage parsed into it's components.

Esta clase es instanciable.

Propiedades
Bcc   Returns or sets the Blind carbon copy of the message.
Body   Returns the body of the message structured as MimePart components. This property ignores attachments.
Cc   Returns or sets the carbon copy header.
Headers   Returns the headers of the message as a read/write MimeMessage.Headers structure.
Id   Returns or sets the ID of the message.
Part   Returns each part of a message as MimePart structures.
ReplyTo   Returns or sets the ReplyTo header.
Sender   Returns or sets the sender of a message.
Subject   Returns or sets the subject of the message.
To   Returns or sets the recipient of the message.

Métodos
ToString   Assembles the original message from it's components.