public class ReadReceiptHandler
extends java.lang.Object
ReadReceiptHandler class converts a read receipt from a TNEF
message into a standard RFC 2298 notification message.| Constructor and Description |
|---|
ReadReceiptHandler() |
| Modifier and Type | Method and Description |
|---|---|
static javax.mail.Multipart |
convert(Message message)
Converts a TNEF message containing a read receipt into an RFC 2298
notification message.
|
public static javax.mail.Multipart convert(Message message) throws java.io.IOException, javax.mail.MessagingException
message - the tnef Message containing read receipt to convertjava.io.IOException - if an I/O error occursjavax.mail.MessagingException - if an error occurs while accessing a mime partCopyright © 2021. All Rights Reserved.