javax.mail.internet
Interface MimePart
- All Superinterfaces:
- Part
- All Known Implementing Classes:
- MimeBodyPart, MimeMessage, PreencodedMimeBodyPart
public interface MimePart
- extends Part
- Version:
- $Rev: 421852 $ $Date: 2006-07-14 03:02:19 -0700 (Fri, 14 Jul 2006) $
Methods inherited from interface javax.mail.Part |
addHeader, getAllHeaders, getContent, getContentType, getDataHandler, getDescription, getDisposition, getFileName, getHeader, getInputStream, getLineCount, getMatchingHeaders, getNonMatchingHeaders, getSize, isMimeType, removeHeader, setContent, setContent, setDataHandler, setDescription, setDisposition, setFileName, setHeader, writeTo |
addHeaderLine
void addHeaderLine(String line)
throws MessagingException
- Throws:
MessagingException
getAllHeaderLines
Enumeration getAllHeaderLines()
throws MessagingException
- Throws:
MessagingException
getContentID
String getContentID()
throws MessagingException
- Throws:
MessagingException
getContentLanguage
String[] getContentLanguage()
throws MessagingException
- Throws:
MessagingException
getContentMD5
String getContentMD5()
throws MessagingException
- Throws:
MessagingException
getEncoding
String getEncoding()
throws MessagingException
- Throws:
MessagingException
getHeader
String getHeader(String header,
String delimiter)
throws MessagingException
- Throws:
MessagingException
getMatchingHeaderLines
Enumeration getMatchingHeaderLines(String[] names)
throws MessagingException
- Throws:
MessagingException
getNonMatchingHeaderLines
Enumeration getNonMatchingHeaderLines(String[] names)
throws MessagingException
- Throws:
MessagingException
setContentLanguage
void setContentLanguage(String[] languages)
throws MessagingException
- Throws:
MessagingException
setContentMD5
void setContentMD5(String content)
throws MessagingException
- Throws:
MessagingException
setText
void setText(String text)
throws MessagingException
- Specified by:
setText
in interface Part
- Throws:
MessagingException
setText
void setText(String text,
String charset)
throws MessagingException
- Throws:
MessagingException
setText
void setText(String text,
String charset,
String subType)
throws MessagingException
- Throws:
MessagingException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.