|
|
|
IMAPIFormInfo Interface |
|
IID_IMAPIFormInfo |
{00020324-0000-0000-C000-000000000046} |
|
The IMAPIFormInfo interface gives client applications access to useful properties particular to form definition. By keeping form information in a separate object, the form library provider can describe a form to a client without activating the form.
Unlike most interfaces defined in the MAPIFORM.H header file, IMAPIFormInfo inherits from the IMAPIProp interface, as it exports most form information through calls to the IMAPIProp::GetProps method.
|
|
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. |
|
IMAPIFormInfo Methods |
Description |
|
CalcFormPropSet |
Returns a pointer to the complete set of properties used by a form. |
|
CalcVerbSet |
Returns a pointer to the complete set of verbs used by a form. |
|
MakeIconFromBinary |
Builds an icon from an icon property of a form. |
|
SaveForm |
Saves a description of a particular form in a configuration file. |
|
OpenFormContainer |
Returns a pointer to the form container in which a particular form is installed. |
|
CalcFormPropSet |
|
FUNCTION
IMAPIFormInfo_CalcFormPropSet ( _
|
|
CalcVerbSet |
|
FUNCTION
IMAPIFormInfo_CalcVerbSet ( _
|
|
MakeIconFromBinary |
|
FUNCTION
IMAPIFormInfo_MakeIconFromBinary ( _
|
|
SaveForm |
|
FUNCTION
IMAPIFormInfo_SaveForm ( _
|
|
OpenFormContainer |
|
FUNCTION
IMAPIFormInfo_OpenFormContainer ( _
|
Page last updated on Monday, 03 April 2006 20:15:03 +0200