ipworks
Class ImapMessageInfoEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworks.ImapMessageInfoEvent
- public class ImapMessageInfoEvent
- extends java.util.EventObject
Fired with information for the message(s) retrieved by the server.
The MessageInfo is fired when messages are searched, listed, or
message information is received by setting the Action property
to the corresponding value.
The event parameters provide only the message Id , Subject , Date , From address, and Size .
More information may be received from the respective properties, such as: MessageContentType , MessageCc , MessageContentEncoding , MessageBCc , MessageDeliveryTime , MessageFlags , MessageHeaders , MessageInReplyTo , MessageNetId , MessageReplyTo , MessageSender , MessageSize , MessageSubject , MessageText , MessageTo , etc..
- See Also:
Imap
,
Imap.fireMessageInfo, Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
messageId
public java.lang.String messageId
subject
public java.lang.String subject
date
public java.lang.String date
from
public java.lang.String from
size
public int size
Copyright (c) 1995-2000 by /n software inc. - All rights reserved.