Package com.basis.api.admin
Interface BBjAdminEmailMessage
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
A single email message to send through a BBjAdminEmailService. The BBjAdminEmailMessage contains information such as the recipients, reply-to, from, the message contents, and any file attachments.
Find a complete code sample at: BBjAdminEmailService
.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttachment
(BBjAdminEmailAttachment p_attachment) Add an email attachment to the message.Get current list of email attachments.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
HTML
- See Also:
-
TEXT
- See Also:
-
SUBJECT
- See Also:
-
TO
- See Also:
-
CC
- See Also:
-
BCC
- See Also:
-
FROM
- See Also:
-
REPLY_TO
- See Also:
-
-
Method Details
-
addAttachment
Add an email attachment to the message. Any number of attachments may be added.- Parameters:
p_attachment
- Attachment to be sent with the email message.- Throws:
BBjAdminException
-
getAttachments
Get current list of email attachments. Attachments should be added using addAttachment().- Returns:
- List of attachments.
- Throws:
BBjAdminException
-