SMAPIFormPropEnumVal
The SMAPIFormPropEnumVal
structure contains a value of a form property that will be used as part of the SMAPIFormProp
Quick Info
Header
file: |
MAPIFORM.H |
typedef struct _SMAPIFormPropEnumVal
{
SPropValue val;
ULONG nVal;
} SMAPIFormPropEnumVal;
Members
val
An SPropValue
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