- BCC - Static variable in class javax.mail.Message.RecipientType
-
The "Bcc" (blind carbon copy) recipients.
- bdat() - Method in class com.sun.mail.smtp.SMTPTransport
-
Return a stream that will use the SMTP BDAT command to send data.
- BodyPart - Class in javax.mail
-
This class models a Part that is contained within a Multipart.
- BodyPart() - Constructor for class javax.mail.BodyPart
-
- BodyTerm - Class in javax.mail.search
-
This class implements searches on a message body.
- BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
-
Constructor
- bs - Variable in class com.sun.mail.imap.IMAPMessage
-
- bufpos - Variable in class javax.mail.util.SharedFileInputStream
-
The file offset that corresponds to the first byte in
the read buffer.
- bufsize - Variable in class javax.mail.util.SharedFileInputStream
-
The normal size of the read buffer.
- ByteArrayDataSource - Class in javax.mail.util
-
A DataSource backed by a byte array.
- ByteArrayDataSource(InputStream, String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the
specified InputStream and with the specified MIME type.
- ByteArrayDataSource(byte[], String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the
specified byte array and with the specified MIME type.
- ByteArrayDataSource(String, String) - Constructor for class javax.mail.util.ByteArrayDataSource
-
Create a ByteArrayDataSource with data from the
specified String and with the specified MIME type.