index-18.html

来自「SUN的JAVA MAIL API」· HTML 代码 · 共 462 行 · 第 1/3 页

HTML
462
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Feb 18 09:55:55 PST 2000 -->
<TITLE>
JavaMail 1.1 API documentation: S-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>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-17.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-19.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>  &nbsp;
&nbsp;<A HREF="index-18.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="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="../javax/mail/Message.html#saveChanges()"><B>saveChanges()</B></A> - 
Method in class javax.mail.<A HREF="../javax/mail/Message.html">Message</A>
<DD>Save any changes made to this message into the message-store
 when the containing folder is closed, if the message is contained
 in a folder.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#saveChanges()"><B>saveChanges()</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Updates the appropriate header fields of this message to be
 consistent with the message's contents.
<DT><A HREF="../javax/mail/Folder.html#search(javax.mail.search.SearchTerm)"><B>search(SearchTerm)</B></A> - 
Method in class javax.mail.<A HREF="../javax/mail/Folder.html">Folder</A>
<DD>Search this Folder for messages matching the specified
 search criterion.
<DT><A HREF="../javax/mail/Folder.html#search(javax.mail.search.SearchTerm, javax.mail.Message[])"><B>search(SearchTerm, Message[])</B></A> - 
Method in class javax.mail.<A HREF="../javax/mail/Folder.html">Folder</A>
<DD>Search the given array of messages for those that match the 
 specified search criterion.
<DT><A HREF="../javax/mail/search/SearchException.html"><B>SearchException</B></A> - exception javax.mail.search.<A HREF="../javax/mail/search/SearchException.html">SearchException</A>.<DD>The exception thrown when a Search expression could not be handled.<DT><A HREF="../javax/mail/search/SearchException.html#SearchException()"><B>SearchException()</B></A> - 
Constructor for class javax.mail.search.<A HREF="../javax/mail/search/SearchException.html">SearchException</A>
<DD>Constructs a SearchException with no detail message.
<DT><A HREF="../javax/mail/search/SearchException.html#SearchException(java.lang.String)"><B>SearchException(String)</B></A> - 
Constructor for class javax.mail.search.<A HREF="../javax/mail/search/SearchException.html">SearchException</A>
<DD>Constructs a SearchException with the specified detail message.
<DT><A HREF="../javax/mail/search/SearchTerm.html"><B>SearchTerm</B></A> - class javax.mail.search.<A HREF="../javax/mail/search/SearchTerm.html">SearchTerm</A>.<DD>Search criteria are expressed as a tree of search-terms, forming
 a parse-tree for the search expression.<DT><A HREF="../javax/mail/search/SearchTerm.html#SearchTerm()"><B>SearchTerm()</B></A> - 
Constructor for class javax.mail.search.<A HREF="../javax/mail/search/SearchTerm.html">SearchTerm</A>
<DD>&nbsp;
<DT><A HREF="../javax/mail/Flags.Flag.html#SEEN"><B>SEEN</B></A> - 
Static variable in class javax.mail.<A HREF="../javax/mail/Flags.Flag.html">Flags.Flag</A>
<DD>This message is seen.
<DT><A HREF="../javax/mail/Transport.html#send(javax.mail.Message)"><B>send(Message)</B></A> - 
Static method in class javax.mail.<A HREF="../javax/mail/Transport.html">Transport</A>
<DD>Send a message.
<DT><A HREF="../javax/mail/Transport.html#send(javax.mail.Message, javax.mail.Address[])"><B>send(Message, Address[])</B></A> - 
Static method in class javax.mail.<A HREF="../javax/mail/Transport.html">Transport</A>
<DD>Send the message to the specified addresses, ignoring any
 recipients specified in the message itself.
<DT><A HREF="../javax/mail/SendFailedException.html"><B>SendFailedException</B></A> - exception javax.mail.<A HREF="../javax/mail/SendFailedException.html">SendFailedException</A>.<DD>This exception is thrown when the message cannot be sent.
 
 The exception includes those addresses to which the message could not be
 sent as well as the valid addresses to which the message was sent and
 valid addresses to which the message was not sent.<DT><A HREF="../javax/mail/SendFailedException.html#SendFailedException()"><B>SendFailedException()</B></A> - 
Constructor for class javax.mail.<A HREF="../javax/mail/SendFailedException.html">SendFailedException</A>
<DD>Constructs a SendFailedException with no detail message.
<DT><A HREF="../javax/mail/SendFailedException.html#SendFailedException(java.lang.String)"><B>SendFailedException(String)</B></A> - 
Constructor for class javax.mail.<A HREF="../javax/mail/SendFailedException.html">SendFailedException</A>
<DD>Constructs a SendFailedException with the specified detail message.
<DT><A HREF="../javax/mail/SendFailedException.html#SendFailedException(java.lang.String, java.lang.Exception)"><B>SendFailedException(String, Exception)</B></A> - 
Constructor for class javax.mail.<A HREF="../javax/mail/SendFailedException.html">SendFailedException</A>
<DD>Constructs a SendFailedException with the specified 
 Exception and detail message.
<DT><A HREF="../javax/mail/SendFailedException.html#SendFailedException(java.lang.String, java.lang.Exception, javax.mail.Address[], javax.mail.Address[], javax.mail.Address[])"><B>SendFailedException(String, Exception, Address[], Address[], Address[])</B></A> - 
Constructor for class javax.mail.<A HREF="../javax/mail/SendFailedException.html">SendFailedException</A>
<DD>Constructs a SendFailedException with the specified string
 and the specified address objects.
<DT><A HREF="../javax/mail/Transport.html#sendMessage(javax.mail.Message, javax.mail.Address[])"><B>sendMessage(Message, Address[])</B></A> - 
Method in class javax.mail.<A HREF="../javax/mail/Transport.html">Transport</A>
<DD>Send the Message to the specified list of addresses.
<DT><A HREF="../javax/mail/search/SentDateTerm.html"><B>SentDateTerm</B></A> - class javax.mail.search.<A HREF="../javax/mail/search/SentDateTerm.html">SentDateTerm</A>.<DD>This class implements comparisons for the Message SentDate.<DT><A HREF="../javax/mail/search/SentDateTerm.html#SentDateTerm(int, java.util.Date)"><B>SentDateTerm(int, Date)</B></A> - 
Constructor for class javax.mail.search.<A HREF="../javax/mail/search/SentDateTerm.html">SentDateTerm</A>
<DD>Constructor.
<DT><A HREF="../javax/mail/Service.html"><B>Service</B></A> - class javax.mail.<A HREF="../javax/mail/Service.html">Service</A>.<DD>An abstract class that contains the functionality
 common to messaging services, such as stores and transports.<DT><A HREF="../javax/mail/Service.html#Service(javax.mail.Session, javax.mail.URLName)"><B>Service(Session, URLName)</B></A> - 
Constructor for class javax.mail.<A HREF="../javax/mail/Service.html">Service</A>
<DD>Constructor.
<DT><A HREF="../javax/mail/Message.html#session"><B>session</B></A> - 
Variable in class javax.mail.<A HREF="../javax/mail/Message.html">Message</A>
<DD>The Session object for this Message
<DT><A HREF="../javax/mail/Service.html#session"><B>session</B></A> - 
Variable in class javax.mail.<A HREF="../javax/mail/Service.html">Service</A>
<DD>The session from which this service was created.
<DT><A HREF="../javax/mail/Session.html"><B>Session</B></A> - class javax.mail.<A HREF="../javax/mail/Session.html">Session</A>.<DD>The Session class represents a mail session and is not subclassed.<DT><A HREF="../javax/mail/search/FlagTerm.html#set"><B>set</B></A> - 
Variable in class javax.mail.search.<A HREF="../javax/mail/search/FlagTerm.html">FlagTerm</A>
<DD>Indicates whether to test for the presence or
 absence of the specified Flag.
<DT><A HREF="../javax/mail/internet/ParameterList.html#set(java.lang.String, java.lang.String)"><B>set(String, String)</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/ParameterList.html">ParameterList</A>
<DD>Set a parameter.
<DT><A HREF="../javax/mail/internet/InternetAddress.html#setAddress(java.lang.String)"><B>setAddress(String)</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetAddress.html">InternetAddress</A>
<DD>Set the email address.
<DT><A HREF="../javax/mail/Service.html#setConnected(boolean)"><B>setConnected(boolean)</B></A> - 
Method in class javax.mail.<A HREF="../javax/mail/Service.html">Service</A>
<DD>Set the connection state of this service.
<DT><A HREF="../javax/mail/Part.html#setContent(javax.mail.Multipart)"><B>setContent(Multipart)</B></A> - 
Method in interface javax.mail.<A HREF="../javax/mail/Part.html">Part</A>
<DD>This method sets the given Multipart object as this message's
 content.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#setContent(javax.mail.Multipart)"><B>setContent(Multipart)</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>This method sets the Message's content to a Multipart object.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#setContent(javax.mail.Multipart)"><B>setContent(Multipart)</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>This method sets the body part's content to a Multipart object.
<DT><A HREF="../javax/mail/Part.html#setContent(java.lang.Object, java.lang.String)"><B>setContent(Object, String)</B></A> - 
Method in interface javax.mail.<A HREF="../javax/mail/Part.html">Part</A>
<DD>A convenience method for setting this part's content.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#setContent(java.lang.Object, java.lang.String)"><B>setContent(Object, String)</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>A convenience method for setting this Message's content.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#setContent(java.lang.Object, java.lang.String)"><B>setContent(Object, String)</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>A convenience method for setting this body part's content.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?