Important:
This is retired content. 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 content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The IMAPIPropinterface 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

IMAPIProp methods Description

IMAPIProp::GetLastError

Not supported — do not use.

IMAPIProp::SaveChanges

Not supported — do not use.

IMAPIProp::GetProps

Retrieves one or more properties.

IMAPIProp::GetPropList

Not supported — do not use.

IMAPIProp::OpenProperty

Returns a pointer to an interface to be used to access a property.

IMAPIProp::SetProps

Updates one or more properties.

IMAPIProp::DeleteProps

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.

IMAPIProp::GetIDsFromNames

Provides the property identifiers that correspond to one or more property names.

Remarks

IMAPIPropis 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 IMAPIPropis 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

See Also

Other Resources

MAPI Interfaces
Messaging