IP*Works! S/MIME V9

ipworkssmime
Class SimapMessagePartEvent

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

public class SimapMessagePartEvent
extends java.util.EventObject

Fired for each message part when FetchMessageInfo is called.

The PartId parameter denotes the PartId which may be identified in other parts or messages. The format of part id-s is specified by the IMAP RFCs.

The Size parameter gives the size of this part.

The ContentType parameter shows the type of data contained in the part.

The ContentEncoding parameter shows how the data is encoded.

The Filename parameter shows the filename corresponding to the part (if the part was included in the message as an attached file).

The Parameters parameter contains the additional parameters passed to the ContentType header such as the part charset etc.

The MultipartMode parameter shows the how this part relates to the message's whole multipart structure ('mixed', 'alternative', etc.).

The ContentId parameter shows the value of the Content-Id header for the part.

The ContentEncoding parameter shows the value of the Content-Encoding header for the part.

See Also:
Simap, Simap.MessagePartEvent, Serialized Form

Field Summary
 java.lang.String contentDisposition
           
 java.lang.String contentEncoding
           
 java.lang.String contentId
           
 java.lang.String contentType
           
 java.lang.String filename
           
 java.lang.String multipartMode
           
 java.lang.String parameters
           
 java.lang.String partId
           
 long size
           
 
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

partId

public java.lang.String partId

size

public long size

contentType

public java.lang.String contentType

filename

public java.lang.String filename

contentEncoding

public java.lang.String contentEncoding

parameters

public java.lang.String parameters

multipartMode

public java.lang.String multipartMode

contentId

public java.lang.String contentId

contentDisposition

public java.lang.String contentDisposition

IP*Works! S/MIME V9

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