public interface StandardMessageFactory
| Modifier and Type | Method and Description |
|---|---|
void |
toMimeMessage(StandardMessage sm,
javax.mail.internet.MimeMessage mm)
copy information from the given standard messsage into a new MimeMessage
object, which will be constructed on the given Session
|
void |
toStandardMessage(javax.mail.internet.MimeMessage mm,
StandardMessage sm)
Copy information from the MimeMessage into the standard message
|
void toMimeMessage(StandardMessage sm, javax.mail.internet.MimeMessage mm)
sm - mm - -void toStandardMessage(javax.mail.internet.MimeMessage mm,
StandardMessage sm)
mm - - the MimeMessage which is the source of informationsm - - the standard message to be populatedCopyright © 2021 McEvoy Software Ltd. All rights reserved.