|
|
|
IMAPIProp Interface |
|
IID_IMAPIProp |
{00020303-0000-0000-C000-000000000046} |
|
The IMAPIProp interface is implemented by all objects that support properties. It is used by clients, service providers, and MAPI to work with properties.
IMAPIProp is the base interface for the following interfaces: IAttach, IMailUser, IMAPIContainer, IMAPIFormInfo, IMAPIStatus, IMessage, IMsgStore, IProfSect, IPropData.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMAPIProp Methods |
Description |
|
GetLastError |
Returns a MAPIERROR structure containing information about the previous error. |
|
SaveChanges |
Makes permanent any changes made to an object since the last save operation. |
|
GetProps |
Retrieves one or more properties. |
|
GetPropList |
Returns property tags for all properties. |
|
OpenProperty |
Returns a pointer to an interface to be used to access a property. |
|
SetProps |
Updates one or more properties. |
|
DeleteProps |
Deletes one or more properties. |
|
CopyTo |
Copies or moves all properties, except for specifically excluded properties. |
|
CopyProps |
Copies or moves selected properties. |
|
GetNamesFromIDs |
Provides the property names that correspond to one or more property identifiers. |
|
GetIDsFromNames |
Provides the property identifiers that correspond to one or more property names. |
|
GetLastError |
|
FUNCTION
IMAPIProp_GetLastError ( _
|
|
SaveChanges |
|
FUNCTION
IMAPIProp_SaveChanges ( _
|
|
GetProps |
|
FUNCTION
IMAPIProp_GetProps ( _
|
|
GetPropList |
|
FUNCTION
IMAPIProp_GetPropList ( _ |
|
OpenProperty |
|
FUNCTION
IMAPIProp_OpenProperty ( _ |
|
SetProps |
|
FUNCTION
IMAPIProp_SetProps ( _ |
|
DeleteProps |
|
FUNCTION
IMAPIProp_DeleteProps ( _ |
|
CopyTo |
|
FUNCTION
IMAPIProp_CopyTo ( _ |
|
CopyProps |
|
FUNCTION
IMAPIProp_CopyProps ( _ |
|
GetNamesFromIDs |
|
FUNCTION
IMAPIProp_GetNamesFromIDs ( _ |
|
GetIDsFromNames |
|
FUNCTION
IMAPIProp_GetIDsFromNames ( _ |
Page last updated on Monday, 03 April 2006 20:15:44 +0200