public abstract class MapiPropertyStream extends MapiPropertyContainer
Represents the property stream.
Constructor and Description |
---|
MapiPropertyStream() |
Modifier and Type | Method and Description |
---|---|
protected abstract com.aspose.ms.System.IO.MemoryStream |
_getContent()
Gets the content.
|
Object |
getContent()
Gets the content.
|
String |
getName()
Gets the name.
|
MapiPropertyCollection |
getProperties()
Gets the collection of properties.
|
createMapiNode, getCodePage, getProperty, getPropertyBoolean, getPropertyBytes, getPropertyDateTime, getPropertyInt32, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, isStoreUnicodeOk, setProperty, setProperty, tryGetPropertyData, tryGetPropertyDateTime, tryGetPropertyInt32, tryGetPropertyLong, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString
public final String getName()
Gets the name.
Value: The name.public MapiPropertyCollection getProperties()
Gets the collection of properties.
Value: The properties.getProperties
in class MapiPropertyContainer
public final Object getContent()
Gets the content.
Value: The content.protected abstract com.aspose.ms.System.IO.MemoryStream _getContent()
Gets the content.
System.IO.MemoryStream