|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapiPropertyStream in com.aspose.network |
---|
Subclasses of MapiPropertyStream in com.aspose.network | |
---|---|
class |
MapiAttachmentPropertyStream
Represents the property stream of attachment object. |
class |
MapiMessagePropertyStream
Represents the property stream. |
class |
MapiRecipientPropertyStream
Represents the property stream of recipient object. |
Methods in com.aspose.network that return MapiPropertyStream | |
---|---|
MapiPropertyStream |
MapiRecipient.getPropertyStream()
Gets the property stream. |
MapiPropertyStream |
MapiMessage.getPropertyStream()
Gets the property stream. |
MapiPropertyStream |
MapiAttachment.getPropertyStream()
Gets the property stream. |
Methods in com.aspose.network with parameters of type MapiPropertyStream | |
---|---|
void |
MapiRecipient.setProperty(MapiPropertyStream value,
long signed,
long key)
Sets the property. |
void |
MapiPropertyContainer.setProperty(MapiPropertyStream value,
long signed,
long tag)
Sets the property. |
void |
MapiObjectProperty.setProperty(MapiPropertyStream value,
long signed,
long tag)
|
void |
MapiMessage.setProperty(MapiPropertyStream value,
long signed,
long tag)
Sets the property stream. |
void |
MapiAttachment.setProperty(MapiPropertyStream value,
long signed,
long tag)
Sets the property. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |