KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > internet > MimePart

javax.mail.internet
Interface MimePart

All Superinterfaces:
Part
All Known Implementing Classes:
MimeBodyPart, MimeMessage
See Also:
Top Examples, Source Code

public void addHeaderLine(String line)
                   throws MessagingException
See Also:
IllegalStateException, IllegalWriteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Enumeration getAllHeaderLines()
                              throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getContentID()
                    throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] getContentLanguage()
                            throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getContentMD5()
                     throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getEncoding()
                   throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getHeader(String name,
                        String delimiter)
                 throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Enumeration getMatchingHeaderLines(String[] names)
                                   throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Enumeration getNonMatchingHeaderLines(String[] names)
                                      throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setContentLanguage(String[] languages)
                        throws MessagingException
See Also:
IllegalStateException, IllegalWriteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setContentMD5(String md5)
                   throws MessagingException
See Also:
IllegalStateException, IllegalWriteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setText(String text)
             throws MessagingException
See Also:
setText(String text, String charset), Part
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setText(String text,
                    String charset)
             throws MessagingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags