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()
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)
Sets the named property mapping.
|
void |
setProperty(long value,
long signed,
long tag)
Sets the property.
|
void |
setProperty(MapiAttachment value,
long signed,
long tag)
Sets the property.
|
void |
setProperty(MapiProperty value,
long signed,
long tag)
Sets the property.
|
void |
setProperty(MapiPropertyStream value,
long signed,
long tag)
Sets the property.
|
void |
setProperty(MapiRecipient value,
long signed,
long tag)
Sets the property.
|
void |
setPropertySet(MapiProperty value,
long signed,
long tag)
Sets the property.
|
MapiMessage |
toMapiMessage()
Creates the MapiMessage from object data.
|
getBoolean, getData, getDataType, getDateTime, getDouble, getIdentifier, getInt32, getLong, getMVEntries, getName, getPropertyTagName, getShort, getString, getString, getTag, isNamed, isSigned, toString
public boolean isOutlookMessage()
Indicates whether the object property is an embedded outlook message.
public MapiMessage toMapiMessage()
Creates the MapiMessage from object data.
Aspose.Email.Outlook.MapiMessage
.com.aspose.ms.System.InvalidOperationException
- If current ObjectData is not a Outlook message.public OleDocumentFormat getOleDocumentFormat()
Gets the Ole format type.
OleDocumentFormat
object.public MapiPropertyCollection getProperties()
Gets a collection of mapi properties.
MapiPropertyCollection
object.public void setProperty(MapiProperty value, long signed, long tag)
Sets the property.
value
- The property value.signed
- The signed.tag
- The property tag.public void setProperty(MapiAttachment value, long signed, long tag)
Sets the property.
value
- The property value.signed
- The signed.tag
- The property tag.public void setProperty(MapiRecipient value, long signed, long tag)
Sets the property.
value
- The property value.signed
- The signed.tag
- The property tag.public void setProperty(long value, long signed, long tag)
Sets the property.
value
- The property value.signed
- The signed.tag
- The property tag.public void setProperty(MapiPropertyStream value, long signed, long tag)
Sets the property.
value
- The property value.signed
- The signed.tag
- The property tag.public void setPropertySet(MapiProperty value, long signed, long tag)
Sets the property.
value
- The property value.signed
- The signed.tag
- The property tag.public void setNamedPropertyMapping(MapiNamedPropertyMappingStorage value)
Sets the named property mapping.
value
- The value.public com.aspose.email.IMapiNode createMapiNode(String tag)
public MapiPropertyCollection getMyProperties()
getMyProperties.
MapiPropertyCollection
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.