com.aspose.network.outlook
Class MapiObjectProperty

java.lang.Object
  extended by com.aspose.network.outlook.MapiProperty
      extended by com.aspose.network.outlook.MapiObjectProperty

public class MapiObjectProperty
extends MapiProperty

Reprensents a Custom object included in Outlook Message documents.


Field Summary
 
Fields inherited from class com.aspose.network.outlook.MapiProperty
FLAG_PROPATTR_MANDATORY, FLAG_PROPATTR_READABLE, FLAG_PROPATTR_WRITABLE, Signed, Unsigned
 
Constructor Summary
MapiObjectProperty(MapiPropertyTag tag, byte[] data, int flags)
           
 
Method Summary
 String getDocumentName()
          Gets the document name.
 MapiPropertyCollection getProperties()
          Gets a collection of mapi properties.
 boolean isOutlookMessage()
          Indicates whether the object property is an embedded outlook message.
 void setProperty(MapiProperty value, short tag)
           
 
Methods inherited from class com.aspose.network.outlook.MapiProperty
calcDataLong, createMapiPropertyFromBytes, createMapiPropertyFromLong, createMapiPropertyFromLong, getBoolean, getByte, getData, getDate, getDouble, getFloat, getIdentifier, getInt, getLong, getName, getPropertyName, getPropertyTag, getPropertyTagName, getShort, getSigned, getString, getString, isSigned, setPropertyName, setSigned, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapiObjectProperty

public MapiObjectProperty(MapiPropertyTag tag,
                          byte[] data,
                          int flags)
Method Detail

getDocumentName

public String getDocumentName()
Gets the document name.


getProperties

public MapiPropertyCollection getProperties()
Gets a collection of mapi properties.


setProperty

public void setProperty(MapiProperty value,
                        short tag)

isOutlookMessage

public boolean isOutlookMessage()
Indicates whether the object property is an embedded outlook message.



Copyright © 2011 Aspose. All Rights Reserved.