public class MapiObjectProperty extends MapiProperty
Reprensents a Custom object included in Outlook Message documents.
Modifier and Type | Method and Description |
---|---|
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) |
getBoolean, getData, getDataType, getDateTime, getIdentifier, getInt32, getLong, getMVEntries, getName, getPropertyTagName, getShort, getString, getString, getTag, isSigned, toString
public boolean isOutlookMessage()
Indicates whether the object property is an embedded outlook message.
public OleDocumentFormat getOleDocumentFormat()
Gets the Ole format type.
public String getDocumentName()
Gets the document name.
public MapiPropertyCollection getProperties()
Gets a collection of mapi properties.
public void setProperty(MapiProperty value, long signed, long tag)
public void setProperty(MapiAttachment value, long signed, long tag)
public void setProperty(MapiRecipient value, long signed, long tag)
public void setProperty(long value, long signed, long tag)
public void setProperty(MapiPropertyStream value, long signed, long tag)
public void setPropertySet(MapiProperty value, long signed, long tag)
public void setNamedPropertyMapping(MapiNamedPropertyMappingStorage value)
public com.aspose.email.IMapiNode createMapiNode(String tag)
public MapiPropertyCollection getMyProperties()
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.