ipworks
Class ImapMessageInfoEvent
java.lang.Object
java.util.EventObject
ipworks.ImapMessageInfoEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ImapMessageInfoEvent
- extends java.util.EventObject
Fired with information for the message(s) retrieved by the server.
The MessageInfo
event is fired when messages are searched, listed, or
message information is received.
The event parameters provide only the message Id , Subject , MessageDate , From address, Flags , and Size .
More information may be received from the respective properties, such as: MessageContentType
, MessageContentEncoding
, MessageRecipients
, MessageDeliveryTime
, MessageFlags
, MessageHeaders
, MessageInReplyTo
, MessageNetId
, MessageReplyTo
, MessageSender
, MessageSize
, MessageSubject
, MessageText
,
etc.
- See Also:
Imap
,
Imap.MessageInfoEvent
,
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
messageDate
public java.lang.String messageDate
from
public java.lang.String from
flags
public java.lang.String flags
size
public long size
Copyright (c) 2013 /n software inc. - All rights reserved.