org.alfresco.service.cmr.email
Class EmailDelivery

java.lang.Object
  extended by 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.
 
Method Summary
 java.lang.String getAuth()
           
 java.lang.String getFrom()
           
 java.lang.String getRecipient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.