|
IP*Works! S/MIME V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
ipworkssmime.SimapMessageInfoEvent
public class SimapMessageInfoEvent
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.
Simap
,
Simap.MessageInfoEvent
,
Serialized FormField 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 |
---|
public java.lang.String messageId
public java.lang.String subject
public java.lang.String messageDate
public java.lang.String from
public java.lang.String flags
public long size
|
IP*Works! S/MIME V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |