com.aspose.email
Class MapiObjectProperty

java.lang.Object
  extended by com.aspose.email.MapiProperty
      extended by com.aspose.email.MapiObjectProperty

public class MapiObjectProperty
extends MapiProperty

Reprensents a Custom object included in Outlook Message documents.


Method Summary
 com.aspose.email.IMapiNode createMapiNode(String tag)
           
 String getDocumentName()
           Gets the document name.
 MapiPropertyCollection getMyProperties()
           
 OleDocumentFormat getOleDocumentFormat()
           Gets the Ole format type.
 MapiPropertyCollection getProperties()
           Gets a collection of mapi properties.
 boolean isOutlookMessage()
           Indicates whether the object property is an embedded outlook message.
 void setNamedPropertyMapping(MapiNamedPropertyMappingStorage value)
           
 void setProperty(long value, long signed, long tag)
           
 void setProperty(MapiAttachment value, long signed, long tag)
           
 void setProperty(MapiProperty value, long signed, long tag)
           
 void setProperty(MapiPropertyStream value, long signed, long tag)
           
 void setProperty(MapiRecipient value, long signed, long tag)
           
 void setPropertySet(MapiProperty value, long signed, long tag)
           
 
Methods inherited from class com.aspose.email.MapiProperty
getBoolean, getData, getDataType, getDateTime, getIdentifier, getInt32, getLong, getMVEntries, getName, getPropertyTagName, getShort, getString, getString, getTag, isSigned, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isOutlookMessage

public boolean isOutlookMessage()

Indicates whether the object property is an embedded outlook message.


getOleDocumentFormat

public OleDocumentFormat getOleDocumentFormat()

Gets the Ole format type.


getDocumentName

public String getDocumentName()

Gets the document name.


getProperties

public MapiPropertyCollection getProperties()

Gets a collection of mapi properties.


setProperty

public void setProperty(MapiProperty value,
                        long signed,
                        long tag)

setProperty

public void setProperty(MapiAttachment value,
                        long signed,
                        long tag)

setProperty

public void setProperty(MapiRecipient value,
                        long signed,
                        long tag)

setProperty

public void setProperty(long value,
                        long signed,
                        long tag)

setProperty

public void setProperty(MapiPropertyStream value,
                        long signed,
                        long tag)

setPropertySet

public void setPropertySet(MapiProperty value,
                           long signed,
                           long tag)

setNamedPropertyMapping

public void setNamedPropertyMapping(MapiNamedPropertyMappingStorage value)

createMapiNode

public com.aspose.email.IMapiNode createMapiNode(String tag)

getMyProperties

public MapiPropertyCollection getMyProperties()


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.