IPropData : IMAPIProp

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.

Provides the ability to retrieve and change the access for an object's properties.

Header file:

Mapiutil.h

Exposed by:

Property data object

Implemented by:

MAPI

Called by:

Service providers and client applications

Interface identifier:

IID_IMAPIPropData

Pointer type:

LPPROPDATA

Transaction model:

Nontransacted

Vtable Order

HrSetObjAccess

Sets the access level for the object.

HrSetPropAccess

Sets the access level and status for one or more of the object's properties.

HrGetPropAccess

Retrieves the access level and status for one or more of the object's properties.

HrAddObjProps

Adds one or more properties of type PT_OBJECT to the object.

Remarks

The IPropData::IMAPIProp interface is implemented by MAPI and used primarily by service providers that access this implementation by calling the CreateIProp function.

For more information about access levels on objects and properties, see Permissions for Objects and Properties.

See Also

Concepts

MAPI Interfaces