IP*Works! S/MIME V9

ipworkssmime
Class MimeHeaderEvent

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

public class MimeHeaderEvent
extends java.util.EventObject

Fired every time a header is parsed.

The PartIndex parameter contains the index of the part containing the current header. If the header is from the MIME body, this value will be -1. The Field parameter contains the name of the MIME header. The Value parameter contains the header contents. The Header event is fired when a header is parsed, which occurs for each header of the Message when DecodeFromFile , DecodeFromString , or DecodeFromStream is called.

See Also:
Mime, Mime.HeaderEvent, Serialized Form

Field Summary
 java.lang.String field
           
 int partIndex
           
 byte[] value
           
 
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

partIndex

public int partIndex

field

public java.lang.String field

value

public byte[] value

IP*Works! S/MIME V9

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