Modifier and Type | Field and Description |
---|---|
protected MapiPropertyCollection |
MapiMessageItemBase.subStorages
The MapiProperty collection.
|
Modifier and Type | Method and Description |
---|---|
MapiPropertyCollection |
ItemMovedEventArgs.getItemProperties()
Gets the item properties that has been moved.
|
MapiPropertyCollection |
MapiPropertyContainer.getMyProperties()
Gets my properties.
|
MapiPropertyCollection |
MapiObjectProperty.getMyProperties()
getMyProperties.
|
MapiPropertyCollection |
MapiRecipient.getNamedProperties()
Gets the named properties of message.
|
MapiPropertyCollection |
MapiMessageItemBase.getNamedProperties()
Gets the named properties of message.
|
MapiPropertyCollection |
MapiAttachment.getNamedProperties()
Gets the named properties of message.
|
MapiPropertyCollection |
MessageStore.getProperties()
Gets the MAPI properties of message store object.
|
MapiPropertyCollection |
MessageInfo.getProperties()
Gets the MessageInfo properties.
|
MapiPropertyCollection |
MapiPropertyContainer.getProperties()
Gets the collection of properties.
|
MapiPropertyCollection |
MapiObjectProperty.getProperties()
Gets a collection of mapi properties.
|
MapiPropertyCollection |
FolderInfo.getProperties()
Gets the folder properties.
|
MapiPropertyCollection |
MapiRecipient.getSubStorages()
Gets the sub storages.
|
MapiPropertyCollection |
MapiMessageItemBase.getSubStorages()
Gets the sub storages.
|
MapiPropertyCollection |
MapiAttachment.getSubStorages()
Gets the sub storages.
|
Modifier and Type | Method and Description |
---|---|
void |
PersonalStorage.changeMessage(String entryId,
MapiPropertyCollection updatedProperties)
Changes the message properties.
|
void |
FolderInfo.changeMessages(Iterable<String> entryIdCollection,
MapiPropertyCollection updatedProperties)
Changes the messages in folder.
|
void |
FolderInfo.changeMessages(MapiPropertyCollection updatedProperties)
Changes all messages in folder.
|
static MapiMessage |
MapiMessage.fromProperties(MapiPropertyCollection properties)
Creates an instance of MapiMessage from a collection of Mapi properties.
|
protected void |
MapiMessageItemBase.updateStorage(MapiPropertyCollection storages,
MapiPropertyStream propStream,
long key,
byte[] bytes)
Updates the storage.
|
protected void |
MapiMessageItemBase.updateStorage(MapiPropertyCollection storages,
MapiPropertyStream propStream,
long key,
String data)
Updates the storage.
|
Constructor and Description |
---|
ItemMovedEventArgs(String entryId,
MapiPropertyCollection properties)
Initializes a new instance of the
ItemMovedEventArgs class. |
MapiContactElectronicAddressPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactElectronicAddressPropertySet class |
MapiContactEventPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactEventPropertySet class |
MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactPersonalInfoPropertySet class |
MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactPhysicalAddressPropertySet class |
MapiContactProfessionalPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactProfessionalPropertySet class |
MapiContactTelephonePropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactTelephonePropertySet class |
MapiMessageItemBase(MapiPropertyCollection properties)
Initializes a new instance of the
MapiMessageItemBase class. |
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.