|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.MessageRecipient
public class MessageRecipient
A recipient of the message.
This type describes who the message is sent to. It includes fields to denote the name and email address of the recipient of the message. The type of recipient must also be specified if the bean is sending the message.
Address: This field contains the email address of the recipient.
Name: This field contains name of the recipient.
Options: This field contains the recipient sending options (used only by SMTP). This must be a string of RFC-compliant recipient options (used by SMTP ).
One type of option is a delivery status notification sent per recipient which is specified by RFC 1891.
control.MessageRecipients(0).Options = "NOTIFY SUCCESS,FAILURE,DELAY"
RecipientType: This field contains the recipient type: To, Cc, or BCc.
Atom
,
Atom.MessageRecipient
Field Summary | |
---|---|
static int |
rtBCc
|
static int |
rtCc
|
static int |
rtTo
|
Constructor Summary | |
---|---|
MessageRecipient()
|
|
MessageRecipient(java.lang.String address)
|
|
MessageRecipient(java.lang.String address,
int recipientType)
|
Method Summary | |
---|---|
java.lang.String |
getAddress()
|
java.lang.String |
getName()
|
java.lang.String |
getOptions()
|
int |
getRecipientType()
|
void |
setAddress(java.lang.String value)
|
void |
setName(java.lang.String value)
|
void |
setOptions(java.lang.String value)
|
void |
setRecipientType(int value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int rtTo
public static final int rtCc
public static final int rtBCc
Constructor Detail |
---|
public MessageRecipient()
public MessageRecipient(java.lang.String address)
public MessageRecipient(java.lang.String address, int recipientType)
Method Detail |
---|
public java.lang.String getAddress()
public void setAddress(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getOptions()
public void setOptions(java.lang.String value)
public int getRecipientType()
public void setRecipientType(int value)
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |