Serialized Form


Package org.enableit.tools.email.ejb

Class org.enableit.tools.email.ejb.EmailAdapter implements Serializable

Class org.enableit.tools.email.ejb.EmailSession implements Serializable


Package org.enableit.tools.email.interfaces

Class org.enableit.tools.email.interfaces.Attachment implements Serializable

Serialized Fields

attachment

java.lang.Object attachment
The object to form the attachment.

mimeType

java.lang.String mimeType
The mime type of this attachment.

name

java.lang.String name
The name to give this attachment.

Class org.enableit.tools.email.interfaces.EmailConfigBean implements Serializable

Serialized Fields

to

java.lang.String to
A String of the email addresses to send to, comma-separated.

subject

java.lang.String subject
The subject line of the email.

message

java.lang.String message
Text to place in the body of the email.

from

java.lang.String from
The address the email will appear to be from.

attachmentList

java.util.List attachmentList
List of Attachments.



Copyright © 1999-2003 enableIT.org. All Rights Reserved.