IMAPIProp
4/8/2010
The IMAPIProp interface is implemented by all objects that support properties. It is used by clients, service providers, and MAPI, to work with properties.
Methods in Vtable Order
- IUnknown methods
IMAPIProp methods | Description |
---|---|
IMAPIProp::GetLastError |
Not supported — do not use. |
IMAPIProp::SaveChanges |
Not supported — do not use. |
Retrieves one or more properties. |
|
IMAPIProp::GetPropList |
Not supported — do not use. |
Returns a pointer to an interface to be used to access a property. |
|
Updates one or more properties. |
|
Deletes one or more properties. |
|
IMAPIProp::CopyTo |
Not supported — do not use. |
IMAPIProp::CopyProps |
Not supported — do not use. |
IMAPIProp::GetNamesFromIDs |
Not supported — do not use. |
Provides the property identifiers that correspond to one or more property names. |
Remarks
IMAPIProp is implemented by service providers and MAPI, and is called by client applications and service providers.
No objects expose this interface directly.
The interface identifier for IMAPIProp is IID_IMAPIProp, and the pointer type is LPMAPIPROP.
The following interfaces inherit IMAPIProp:
Requirements
Header | mapidefs.h |
Library | cemapi.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |