com.funambol.email.pdi.mail
Class EmailItem

java.lang.Object
  extended bycom.funambol.foundation.pdi.common.Property
      extended bycom.funambol.email.pdi.mail.EmailItem

public class EmailItem
extends com.funambol.foundation.pdi.common.Property

An object representing a email. This class can be used to store and retrive all information about email.


Field Summary
 
Fields inherited from class com.funambol.foundation.pdi.common.Property
altrep, chrset, cn, cutype, delegatedFrom, delegatedTo, dir, encoding, group, language, member, partstat, propertyValue, related, sentby, tag, type, value, xParams
 
Constructor Summary
EmailItem()
          Creates an empty email item
 
Method Summary
 java.lang.String getStringRFC2822()
          Returns the header of this mail
 java.lang.String toString()
          Returns a string representation of the object
 
Methods inherited from class com.funambol.foundation.pdi.common.Property
compare, getAltrep, getCharset, getCn, getCutype, getDelegatedFrom, getDelegatedTo, getDir, getEncoding, getGroup, getLanguage, getMember, getPartstat, getPropertyValue, getPropertyValueAsString, getRelated, getSentby, getTag, getType, getValue, getXParams, setAltrep, setCharset, setCn, setCutype, setDelegatedFrom, setDelegatedTo, setDir, setEncoding, setGroup, setLanguage, setMember, setPartstat, setPropertyValue, setRelated, setSentby, setTag, setType, setValue, setXParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailItem

public EmailItem()
Creates an empty email item

Method Detail

getStringRFC2822

public java.lang.String getStringRFC2822()
Returns the header of this mail

Returns:
the header of this mail

toString

public java.lang.String toString()

Returns a string representation of the object

Returns:
a string representation of the object


Copyright © 2003-2006 Funambol.