IMAPIProp : IUnknown
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 |
Vtable Order
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. |
Remarks
IMAPIProp is the base interface for the following interfaces: