javax.mail
Interface UIDFolder
- public interface UIDFolder
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $
LASTUID
public static final long LASTUID
- See Also:
- Constant Field Values
getUIDValidity
public long getUIDValidity()
throws MessagingException
- Throws:
MessagingException
getMessageByUID
public Message getMessageByUID(long uid)
throws MessagingException
- Throws:
MessagingException
getMessagesByUID
public Message[] getMessagesByUID(long start,
long end)
throws MessagingException
- Throws:
MessagingException
getMessagesByUID
public Message[] getMessagesByUID(long[] ids)
throws MessagingException
- Throws:
MessagingException
getUID
public long getUID(Message message)
throws MessagingException
- Throws:
MessagingException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.