javax.mail
Interface UIDFolder
public interface UIDFolder
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
LASTUID
static final long LASTUID
- A special value than can be passed as the
end
parameter to
Folder.getMessages(int, int)
to indicate the last message in this folder.
- See Also:
- Constant Field Values
getUIDValidity
long getUIDValidity()
throws MessagingException
- Throws:
MessagingException
getMessageByUID
Message getMessageByUID(long uid)
throws MessagingException
- Throws:
MessagingException
getMessagesByUID
Message[] getMessagesByUID(long start,
long end)
throws MessagingException
- Throws:
MessagingException
getMessagesByUID
Message[] getMessagesByUID(long[] ids)
throws MessagingException
- Throws:
MessagingException
getUID
long getUID(Message message)
throws MessagingException
- Throws:
MessagingException
Copyright © 2011. All Rights Reserved.