|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MapiProperty
com.aspose.network.MapiObjectProperty
public class MapiObjectProperty
Reprensents a Custom object included in Outlook Message documents.
Method Summary | |
---|---|
com.aspose.network.IMapiNode |
createAttachmentMapiNode(String tag)
|
com.aspose.network.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.network.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 |
---|
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 com.aspose.network.IMapiNode createAttachmentMapiNode(String tag)
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.network.IMapiNode createMapiNode(String tag)
public MapiPropertyCollection getMyProperties()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |