Class EmailDelivery

java.lang.Object
org.alfresco.service.cmr.email.EmailDelivery
All Implemented Interfaces:
Serializable

public class EmailDelivery extends Object implements Serializable
Delivery instructions for an email message.
Author:
mrogers
See Also:
  • Constructor Details

    • EmailDelivery

      public EmailDelivery(String recipient, String from, 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 - String
      from - String
      auth - - may be null if the email is not authenticated
  • Method Details

    • getRecipient

      public String getRecipient()
    • getFrom

      public String getFrom()
    • getAuth

      public String getAuth()