Package org.alfresco.email.server.impl
Class EmailMessageImpl
java.lang.Object
org.alfresco.email.server.impl.EmailMessageImpl
- All Implemented Interfaces:
Serializable,EmailMessage
Deprecated.
- class not used.
Implementation EmailMessage interface.
- Since:
- 2.2
- Author:
- maxim
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmailMessageImpl(String to, String from, String subject, String body) Deprecated. -
Method Summary
-
Constructor Details
-
EmailMessageImpl
Deprecated.
-
-
Method Details
-
getTo
Deprecated.- Specified by:
getToin interfaceEmailMessage- Returns:
- TO address.
-
getFrom
Deprecated.- Specified by:
getFromin interfaceEmailMessage- Returns:
- FROM address.
-
getSubject
Deprecated.Description copied from interface:EmailMessageGet the subject of the message- Specified by:
getSubjectin interfaceEmailMessage- Returns:
- subject of the message or null if there is no subject.
-
getCC
Deprecated.- Specified by:
getCCin interfaceEmailMessage- Returns:
- CC addresses.
-
getSentDate
Deprecated.- Specified by:
getSentDatein interfaceEmailMessage- Returns:
- sent date.
-
getBody
Deprecated.- Specified by:
getBodyin interfaceEmailMessage- Returns:
- part of the mail body.
-
getAttachments
Deprecated.- Specified by:
getAttachmentsin interfaceEmailMessage- Returns:
- parts of the mail attachments.
-