Share via


IMAPIProp (Compact 7)

3/12/2014

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

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

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

See Also

Reference

MAPI Interfaces