IP*Works! S/MIME V9

ipworkssmime
Class SimapMessageInfoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworkssmime.SimapMessageInfoEvent
All Implemented Interfaces:
java.io.Serializable

public class SimapMessageInfoEvent
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.

Id is the Id of the message.

Subject is the message subject.

MessageDate is the date of the message.

From is the email address of the sender.

Flags is a list of flags associated with this message.

Size is the size of the message.

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:
Simap, Simap.MessageInfoEvent, Serialized Form

Field Summary
 java.lang.String flags
           
 java.lang.String from
           
 java.lang.String messageDate
           
 java.lang.String messageId
           
 long size
           
 java.lang.String subject
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
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 long size

IP*Works! S/MIME V9

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