SMAPIFormPropEnumVal
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Maps an enumerated integer value to a display name for that 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.