IMAPIProp : IUnknown
Last modified: July 23, 2011
Applies to: Outlook
Enables clients, service providers, and MAPI to work with properties. All objects that support properties implement this interface.
|
Header file: |
Mapidefs.h |
|
Exposed by: |
No object exposes this interface directly. |
|
Implemented by: |
Service providers and MAPI |
|
Called by: |
Client applications, service providers, and MAPI |
|
Interface identifier: |
IID_IMAPIProp |
|
Pointer type: |
LPMAPIPROP |
|
Transaction model: |
Abstract class, never implemented |
|
Returns a MAPIERROR structure that contains information about the previous error. |
|
|
Makes permanent any changes that were made to an object since the last save operation. |
|
|
Retrieves the property value of one or more properties of an object. |
|
|
Returns property tags for all properties. |
|
|
Returns a pointer to an interface that can be used to access a property. |
|
|
Updates one or more properties. |
|
|
Deletes one or more properties from an object. |
|
|
Copies or moves all properties, except for specifically excluded properties. |
|
|
Copies or moves selected properties. |
|
|
Provides the property names that correspond to one or more property identifiers. |
|
|
Provides the property identifiers that correspond to one or more property names. |