SMAPIFormPropEnumVal

The SMAPIFormPropEnumVal structure maps an enumerated integer value to a display name for that value.

Quick Info

Header file: MAPIFORM.H

typedef struct _SMAPIFormPropEnumVal 
{ 
     LPTSTR         pszDisplayName; 
     ULONG          nVal; 
} SMAPIFormPropEnumVal; 
 

Members

pszDisplayName
String containing the display name for the value specified in the nVal member.
nVal
An enumeration value for the display name pointed to by the pszDisplayName member.

Remarks

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.

See Also

Form Structures, SMAPIFormProp, SPropValue