org.alfresco.service.cmr.email
Class EmailDelivery
java.lang.Object
org.alfresco.service.cmr.email.EmailDelivery
- All Implemented Interfaces:
- java.io.Serializable
public class EmailDelivery
- extends java.lang.Object
- implements java.io.Serializable
Delivery instructions for an email message.
- See Also:
- Serialized Form
|
Constructor Summary |
EmailDelivery(java.lang.String recipient,
java.lang.String from,
java.lang.String auth)
New Email Delivery Instructions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailDelivery
public EmailDelivery(java.lang.String recipient,
java.lang.String from,
java.lang.String auth)
- New Email Delivery Instructions. Who gets the message and who sent it.
Which may be different from the contents of the message.
- Parameters:
recipient - from - auth - - may be null if the email is not authenticated
getRecipient
public java.lang.String getRecipient()
getFrom
public java.lang.String getFrom()
getAuth
public java.lang.String getAuth()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.