SMAPIFormPropEnumVal
The SMAPIFormPropEnumVal
structure contains a value of a form property that will be used as part of the SMAPIFormProp structure.
Quick Info
|
Header
file: |
MAPIFORM.H |
typedef struct _SMAPIFormPropEnumVal
{
SPropValue val;
ULONG nVal;
} SMAPIFormPropEnumVal;
Members
val
An SPropValue structure containing
information about the form property.
nVal
An
enumeration value for the structure in the val member.
Remarks
The SMAPIFormProp
structure contains form property information used in forms definitions.
See Also