类 javax.mail.FetchProfile.Item
的使用

使用 FetchProfile.Item 的软件包
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
javax.mail The JavaMailTM API provides classes that model a mail system. 
 

com.sun.mail.imapFetchProfile.Item 的使用
 

com.sun.mail.imapFetchProfile.Item 的子类
static class IMAPFolder.FetchProfileItem
          A fetch profile item for fetching headers.
 

javax.mailFetchProfile.Item 的使用
 

javax.mailFetchProfile.Item 的子类
static class UIDFolder.FetchProfileItem
          A fetch profile item for fetching UIDs.
 

声明为 FetchProfile.Itemjavax.mail 中的字段
static FetchProfile.Item FetchProfile.Item.CONTENT_INFO
          This item is for fetching information about the content of the message.
static FetchProfile.Item FetchProfile.Item.ENVELOPE
          This is the Envelope item.
static FetchProfile.Item FetchProfile.Item.FLAGS
          This is the Flags item.
 

返回 FetchProfile.Itemjavax.mail 中的方法
 FetchProfile.Item[] FetchProfile.getItems()
          Get the items set in this profile.
 

参数类型为 FetchProfile.Itemjavax.mail 中的方法
 void FetchProfile.add(FetchProfile.Item item)
          Add the given special item as one of the attributes to be prefetched.
 boolean FetchProfile.contains(FetchProfile.Item item)
          Returns true if the fetch profile contains given special item.
 



Copyright © 2013. All Rights Reserved.