public abstract class EmailPackage extends CustomPackage
Modifier and Type | Method and Description |
---|---|
String[] |
getAttachedFileNames()
Gets an array of the names of the attached files.
|
String[] |
getBlindCarbonCopyRecipients()
Gets the array of BCC (blind carbon copy) recipients of the email message.
|
String[] |
getCarbonCopyRecipients()
Gets the array of CC (carbon copy) recipients of the email message.
|
EmailHeaderPackage |
getHeaders()
Gets a metadata package containing the email headers.
|
String[] |
getRecipients()
Gets the array of the email recipients.
|
String |
getSender()
Gets the email address of the sender.
|
String |
getSubject()
Gets the email subject.
|
void |
setBlindCarbonCopyRecipients(String[] value)
Sets the array of BCC (blind carbon copy) recipients of the email message.
|
void |
setCarbonCopyRecipients(String[] value)
Sets the array of CC (carbon copy) recipients of the email message.
|
void |
setRecipients(String[] value)
Sets the array of the email recipients.
|
void |
setSubject(String value)
Sets the email subject.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final String[] getAttachedFileNames()
Gets an array of the names of the attached files.
public final String getSubject()
Gets the email subject.
public final void setSubject(String value)
Sets the email subject.
value
- The email subject.public final String[] getRecipients()
Gets the array of the email recipients.
public final void setRecipients(String[] value)
Sets the array of the email recipients.
value
- The array of the email recipients.public final String[] getCarbonCopyRecipients()
Gets the array of CC (carbon copy) recipients of the email message.
public final void setCarbonCopyRecipients(String[] value)
Sets the array of CC (carbon copy) recipients of the email message.
value
- The array of CC (carbon copy) recipients of the email message.public final String[] getBlindCarbonCopyRecipients()
Gets the array of BCC (blind carbon copy) recipients of the email message.
public final void setBlindCarbonCopyRecipients(String[] value)
Sets the array of BCC (blind carbon copy) recipients of the email message.
value
- The array of BCC (blind carbon copy) recipients of the email message.public final String getSender()
Gets the email address of the sender.
public final EmailHeaderPackage getHeaders()
Gets a metadata package containing the email headers.