SMAPIFormPropEnumVal

Applies to: Outlook 2013 | Outlook 2016

Maps an enumerated integer value to a display name for that value.

Property Value
Header file:
Mapiform.h
typedef struct _SMAPIFormPropEnumVal
{
  LPSTR pszDisplayName;
  ULONG nVal;
} SMAPIFormPropEnumVal;

Members

pszDisplayName

String that contains 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 by using the IMAPIProp interface implementation that is associated with the form.

See also

SMAPIFormProp

SPropValue

MAPI Structures