SMAPIFormPropEnumVal

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Header file:

Mapiform.h

typedef struct _SMAPIFormPropEnumVal
{
  LPTSTR 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

Reference

SMAPIFormProp

SPropValue

Concepts

MAPI Structures