public class MapiObjectProperty extends MapiProperty
Represents a Custom object included in Outlook Message documents.
data, signedFlag, tag
Modifier and Type | Method and Description |
---|---|
String |
getDocumentName()
Gets the document name.
|
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.
|
MapiMessage |
toMapiMessage()
Creates the MapiMessage from object data.
|
createMapiPropertyFromBytes, createMapiPropertyFromDateTime, createMapiPropertyFromLong, createMapiPropertyFromLong, getBoolean, getCurrency, getData, getDataType, getDateTime, getDescriptor, getDouble, getFloat, getFloatingDate, getGuidValue, getIdentifier, getInt32, getLong, getMultipleBinary, getMultipleBoolean, getMultipleCurrency, getMultipleFloating32, getMultipleFloating64, getMultipleFloatingTime, getMultipleGuid, getMultipleInteger16, getMultipleInteger32, getMultipleInteger64, getMultipleString, getMultipleTime, getMVEntries, getName, getPropertyTagName, getShort, getString, getString, getTag, getValue, isNamed, isSigned, setSigned, toString
public final boolean isOutlookMessage()
Indicates whether the object property is an embedded outlook message.
public final MapiMessage toMapiMessage()
Creates the MapiMessage from object data.
MapiMessage
.com.aspose.ms.System.InvalidOperationException
- If current ObjectData is not a Outlook message.public final OleDocumentFormat getOleDocumentFormat()
Gets the Ole format type.
public final String getDocumentName()
Gets the document name.
public final MapiPropertyCollection getProperties()
Gets a collection of MAPI properties.