OOP SmtpSender Version 1.4
A C G M N P S

A

addBccAddress(String, String) - Method in class com.bentofw.smtpsender.MailToBeSent
Add the BCC e-mail address and personal name of this message.
addCcAddress(String, String) - Method in class com.bentofw.smtpsender.MailToBeSent
Add the CC e-mail address and personal name of this message.
addToAddress(String, String) - Method in class com.bentofw.smtpsender.MailToBeSent
Add the TO e-mail address and personal name of this message.
attacheFile(byte[], String, String) - Method in class com.bentofw.smtpsender.MailToBeSent
Attache the file contents to this message.

C

com.bentofw.smtpsender - package com.bentofw.smtpsender
This API consists of the utility classes for sending the e-mail.
com.bentofw.util - package com.bentofw.util
The classes and interfaces required for APIs by OOP-Research.

G

getInstance() - Static method in class com.bentofw.smtpsender.SmtpSender
Reads the property file and returns the instance of this class.
getMessage() - Method in exception com.bentofw.util.NestedException
Returns the error message of original Throwable.
getOriginal() - Method in exception com.bentofw.util.NestedException
Returns the original Throwable.

M

MailToBeSent - Class in com.bentofw.smtpsender
Represents the e-mail to be sent.
MailToBeSent() - Constructor for class com.bentofw.smtpsender.MailToBeSent
Constructor.

N

NestedException - Exception in com.bentofw.util
The exception for the system error.
NestedException(Throwable) - Constructor for exception com.bentofw.util.NestedException
The custructor.
NoPropertyFileException - Exception in com.bentofw.util
This exception will be thrown when the required property file is not found.
NoPropertyFileException(String) - Constructor for exception com.bentofw.util.NoPropertyFileException
The custructor.

P

printStackTrace() - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintWriter.

S

sendMail(MailToBeSent) - Method in class com.bentofw.smtpsender.SmtpSender
Send the e-mail which is represented by MailToBeSent.
setBccAddress(String[], String[]) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the BCC e-mail address and personal name of this message.
setBody(String) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the body text of this message.
setCcAddress(String[], String[]) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the CC e-mail address and personal name of this message.
setCharset(String) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the charset of this message.
setFromAddress(String, String) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the FROM e-mail address and personal name of this message.
setReplyToAddress(String, String) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the REPLY_TO e-mail address and personal name of this message.
setSubject(String) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the subject of this message.
setToAddress(String[], String[]) - Method in class com.bentofw.smtpsender.MailToBeSent
Set the TO e-mail address and personal name of this message.
SimpleException - Exception in com.bentofw.util
The exception for the logical error.
SimpleException(String) - Constructor for exception com.bentofw.util.SimpleException
The custructor.
SmtpSender - Class in com.bentofw.smtpsender
Send the e-mail represented by MailToBeSent.

A C G M N P S
OOP SmtpSender Version 1.4

ALL CONTENTS COPYRIGHT 2006, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.