UIDFolder.FetchProfileItem (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.mail Class UIDFolder.FetchProfileItem

java.lang.Object
  extended by javax.mail.FetchProfile.Item
      extended by javax.mail.UIDFolder.FetchProfileItem
封闭接口(上级):
UIDFolder

public static class UIDFolder.FetchProfileItem
extends FetchProfile.Item

A fetch profile item for fetching UIDs. This inner class extends the FetchProfile.Item class to add new FetchProfile item types, specific to UIDFolders. The only item currently defined here is the UID item.

另请参见:
FetchProfile

字段摘要
static UIDFolder.FetchProfileItem UID
          UID is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
 
Fields inherited from class javax.mail.FetchProfile.Item
CONTENT_INFO, ENVELOPE, FLAGS
 
构造器摘要
protected UIDFolder.FetchProfileItem(String name)
           
 
方法摘要
 
类方法继承 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

UID

public static final UIDFolder.FetchProfileItem UID
UID is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder. This item indicates that the UIDs for messages in the specified range are desired to be prefetched.

An example of how a client uses this is below:


        FetchProfile fp = new FetchProfile();
        fp.add(UIDFolder.FetchProfileItem.UID);
        folder.fetch(msgs, fp);

 

构造器详细信息

UIDFolder.FetchProfileItem

protected UIDFolder.FetchProfileItem(String name)

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.