public class EmailDelivery
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
EmailDelivery(java.lang.String recipient,
java.lang.String from,
java.lang.String auth)
New Email Delivery Instructions.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuth() |
java.lang.String |
getFrom() |
java.lang.String |
getRecipient() |
public EmailDelivery(java.lang.String recipient,
java.lang.String from,
java.lang.String auth)
recipient - from - auth - - may be null if the email is not authenticatedCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.