|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapiPropertyCollection | |
---|---|
com.aspose.network.outlook |
Uses of MapiPropertyCollection in com.aspose.network.outlook |
---|
Methods in com.aspose.network.outlook that return MapiPropertyCollection | |
---|---|
MapiPropertyCollection |
MapiRecipient.getProperties()
|
abstract MapiPropertyCollection |
MapiPropertyContainer.getProperties()
Gets the collection of properties. |
MapiPropertyCollection |
MapiObjectProperty.getProperties()
Gets a collection of mapi properties. |
MapiPropertyCollection |
MapiAttachment.getProperties()
|
MapiPropertyCollection |
AbstractMessage.getProperties()
Gets the collection of properties. |
Methods in com.aspose.network.outlook with parameters of type MapiPropertyCollection | |
---|---|
static MapiMessage |
MapiMessage.fromProperties(MapiPropertyCollection properties)
Creates an instance of MapiMessage from a collection of Mapi properties. |
Constructors in com.aspose.network.outlook with parameters of type MapiPropertyCollection | |
---|---|
MapiEmbeddedMessage(MapiPropertyCollection propertyCollection,
MapiAttachmentCollection attachmentCollection,
MapiRecipientCollection recipientCollection)
Creates a new instance of the MapiEmbeddedMessage class. |
|
MapiMessage(MapiPropertyCollection propertyCollection,
MapiAttachmentCollection attachmentCollection,
MapiRecipientCollection recipientCollection)
Create an instance of MapiMessage using MapiPropertyCollection , MapiAttachmentCollection and MapiRecipientCollection . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |