index-7.html
来自「SUN的JAVA MAIL API」· HTML 代码 · 共 859 行 · 第 1/5 页
HTML
859 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Feb 18 09:55:53 PST 2000 -->
<TITLE>
JavaMail 1.1 API documentation: G-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-6.html"><B>PREV LETTER</B></A>
<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-7.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">Q</A> <A HREF="index-17.html">R</A> <A HREF="index-18.html">S</A> <A HREF="index-19.html">T</A> <A HREF="index-20.html">U</A> <A HREF="index-21.html">V</A> <A HREF="index-22.html">W</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../javax/mail/search/ComparisonTerm.html#GE"><B>GE</B></A> -
Static variable in class javax.mail.search.<A HREF="../javax/mail/search/ComparisonTerm.html">ComparisonTerm</A>
<DD>
<DT><A HREF="../javax/mail/internet/ParameterList.html#get(java.lang.String)"><B>get(String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/ParameterList.html">ParameterList</A>
<DD>Returns the value of the specified parameter.
<DT><A HREF="../javax/mail/internet/InternetAddress.html#getAddress()"><B>getAddress()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetAddress.html">InternetAddress</A>
<DD>Get the email address.
<DT><A HREF="../javax/mail/search/AddressTerm.html#getAddress()"><B>getAddress()</B></A> -
Method in class javax.mail.search.<A HREF="../javax/mail/search/AddressTerm.html">AddressTerm</A>
<DD>Return the address to match with.
<DT><A HREF="../javax/mail/internet/MimePart.html#getAllHeaderLines()"><B>getAllHeaderLines()</B></A> -
Method in interface javax.mail.internet.<A HREF="../javax/mail/internet/MimePart.html">MimePart</A>
<DD>Get all header lines as an Enumeration of Strings.
<DT><A HREF="../javax/mail/internet/InternetHeaders.html#getAllHeaderLines()"><B>getAllHeaderLines()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetHeaders.html">InternetHeaders</A>
<DD>Return all the header lines as an Enumeration of Strings.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getAllHeaderLines()"><B>getAllHeaderLines()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Get all header lines as an Enumeration of Strings.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#getAllHeaderLines()"><B>getAllHeaderLines()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Get all header lines as an Enumeration of Strings.
<DT><A HREF="../javax/mail/Part.html#getAllHeaders()"><B>getAllHeaders()</B></A> -
Method in interface javax.mail.<A HREF="../javax/mail/Part.html">Part</A>
<DD>Return all the headers from this part as an Enumeration of
Header objects.
<DT><A HREF="../javax/mail/internet/InternetHeaders.html#getAllHeaders()"><B>getAllHeaders()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetHeaders.html">InternetHeaders</A>
<DD>Return all the headers as an Enumeration of Header objects
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getAllHeaders()"><B>getAllHeaders()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Return all the headers from this Message as an enumeration
of Header objects.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#getAllHeaders()"><B>getAllHeaders()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Return all the headers from this Message as an Enumeration of
Header objects.
<DT><A HREF="../javax/mail/Message.html#getAllRecipients()"><B>getAllRecipients()</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Message.html">Message</A>
<DD>Get all the recipient addresses for the message.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getAllRecipients()"><B>getAllRecipients()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Get all the recipient addresses for the message.
<DT><A HREF="../javax/mail/internet/ContentType.html#getBaseType()"><B>getBaseType()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/ContentType.html">ContentType</A>
<DD>Return the MIME type string, without the parameters.
<DT><A HREF="../javax/mail/Multipart.html#getBodyPart(int)"><B>getBodyPart(int)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Multipart.html">Multipart</A>
<DD>Get the specified Part.
<DT><A HREF="../javax/mail/MultipartDataSource.html#getBodyPart(int)"><B>getBodyPart(int)</B></A> -
Method in interface javax.mail.<A HREF="../javax/mail/MultipartDataSource.html">MultipartDataSource</A>
<DD>Get the specified Part.
<DT><A HREF="../javax/mail/internet/MimeMultipart.html#getBodyPart(int)"><B>getBodyPart(int)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMultipart.html">MimeMultipart</A>
<DD>Get the specified BodyPart.
<DT><A HREF="../javax/mail/internet/MimeMultipart.html#getBodyPart(java.lang.String)"><B>getBodyPart(String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMultipart.html">MimeMultipart</A>
<DD>Get the MimeBodyPart referred to by the given ContentID (CID).
<DT><A HREF="../javax/mail/Provider.html#getClassName()"><B>getClassName()</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Provider.html">Provider</A>
<DD>Returns name of the class that implements the protocol
<DT><A HREF="../javax/mail/search/DateTerm.html#getComparison()"><B>getComparison()</B></A> -
Method in class javax.mail.search.<A HREF="../javax/mail/search/DateTerm.html">DateTerm</A>
<DD>Return the type of comparison.
<DT><A HREF="../javax/mail/search/IntegerComparisonTerm.html#getComparison()"><B>getComparison()</B></A> -
Method in class javax.mail.search.<A HREF="../javax/mail/search/IntegerComparisonTerm.html">IntegerComparisonTerm</A>
<DD>Return the type of comparison.
<DT><A HREF="../javax/mail/Part.html#getContent()"><B>getContent()</B></A> -
Method in interface javax.mail.<A HREF="../javax/mail/Part.html">Part</A>
<DD>Return the content as a Java object.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getContent()"><B>getContent()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Return the content as a Java object.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#getContent()"><B>getContent()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Return the content as a java object.
<DT><A HREF="../javax/mail/internet/MimePart.html#getContentID()"><B>getContentID()</B></A> -
Method in interface javax.mail.internet.<A HREF="../javax/mail/internet/MimePart.html">MimePart</A>
<DD>Get the Content-ID of this part.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getContentID()"><B>getContentID()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Returns the value of the "Content-ID" header field.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#getContentID()"><B>getContentID()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Returns the value of the "Content-ID" header field.
<DT><A HREF="../javax/mail/internet/MimePart.html#getContentLanguage()"><B>getContentLanguage()</B></A> -
Method in interface javax.mail.internet.<A HREF="../javax/mail/internet/MimePart.html">MimePart</A>
<DD>Get the language tags specified in the Content-Language header
of this MimePart.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getContentLanguage()"><B>getContentLanguage()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Get the languages specified in the "Content-Language" header
field of this message.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#getContentLanguage()"><B>getContentLanguage()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Get the languages specified in the Content-Language header
of this MimePart.
<DT><A HREF="../javax/mail/internet/MimePart.html#getContentMD5()"><B>getContentMD5()</B></A> -
Method in interface javax.mail.internet.<A HREF="../javax/mail/internet/MimePart.html">MimePart</A>
<DD>Get the Content-MD5 digest of this part.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getContentMD5()"><B>getContentMD5()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Return the value of the "Content-MD5" header field.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#getContentMD5()"><B>getContentMD5()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Return the value of the "Content-MD5" header field.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#getContentStream()"><B>getContentStream()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Produce the raw bytes of the content.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#getContentStream()"><B>getContentStream()</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Produce the raw bytes of the content.
<DT><A HREF="../javax/mail/Multipart.html#getContentType()"><B>getContentType()</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Multipart.html">Multipart</A>
<DD>Return the content-type of this Multipart.
<DT><A HREF="../javax/mail/Part.html#getContentType()"><B>getContentType()</B></A> -
Method in interface javax.mail.<A HREF="../javax/mail/Part.html">Part</A>
<DD>Returns the Content-Type of the content of this part.
<DT><A HREF="../javax/mail/internet/MimePartDataSource.html#getContentType()"><B>getContentType()</B></A> -
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?