The SMAPIFormPropEnumVal structure maps an enumerated integer value to a display name for that value.
Header file: | MAPIFORM.H |
typedef struct _SMAPIFormPropEnumVal
{
LPTSTR pszDisplayName;
ULONG nVal;
} SMAPIFormPropEnumVal;
When a user selects a display name from a form, the name's corresponding enumeration value is stored using the IMAPIProp interface implementation that is associated with the form.
Form Structures, SMAPIFormProp, SPropValue