IP*Works!

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 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 , MessageDate , From address, Flags , 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

Field Summary
 java.lang.String flags
           
 java.lang.String from
           
 java.lang.String messageDate
           
 java.lang.String messageId
           
 int size
           
 java.lang.String subject
           
 
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
 

Field Detail

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 int size

IP*Works!

Copyright (c) 2001 /n software inc. - All rights reserved.