public class ContactHandler
extends java.lang.Object
ContactHandler
class converts contacts from a TNEF message
into a standard vCard 3.0 attachment, as per RFC 2426.Constructor and Description |
---|
ContactHandler() |
Modifier and Type | Method and Description |
---|---|
static javax.mail.Multipart |
convert(Message message)
Converts a TNEF message containing a contact into a vCard 3.0 attachment,
as per RFC 2426.
|
public static javax.mail.Multipart convert(Message message) throws java.io.IOException, javax.mail.MessagingException
message
- the tnef Message containing contact 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.