TMAPIProperty - represents a single MAPI Object that support properties.
Delphi wrapper object for IMAPIProp.
| Unit: | MAPIProperty.pas |
| Type: | Class |
| Inherited from: | TObject |
Properties
| Name | Access | Type | Description | MAPI Reference |
| Active | RW | Boolean | Open/Close the MAPI object. | |
| ID | RO | TBytes | The ID property returns the unique identifier of the MAPI object. | PR_ENTRYID |
| MAPIObjType | RO | TMAPIObjType | The MAPIObjType property indicates the type of MAPI object. | PR_OBJECT_TYPE |
| MAPIObject | RO | IMAPIProp | Returns native MAPI IMAPIProp interfaced object. | |
| Properties | RO | TMAPIPropFields | The Properties property returns one or all of the fields associated with a MAPI Property object. Each field typically corresponds to a MAPI property. |
Methods
| Name | Description |
| PropertyExists | Indicates that object property exists. |
| DeleteProperty | Deletes an object property. A deleted property is not permanently deleted until the TMAPIProperty Update method has been called. |
| Update | Makes permanent any changes that were made to an object since the last save operation. |
Copyright © 2012 IMIBO Privacy Statement |