SMAPIFormPropEnumVal 

The SMAPIFormPropEnumVal structure contains a value of a form property that will be used as part of the SMAPIFormProp1179UJM structure.

Quick Info

Header file:

MAPIFORM.H

 

typedef struct _SMAPIFormPropEnumVal

     SPropValue     val;

     ULONG          nVal;

} SMAPIFormPropEnumVal;

 

Members

val

An SPropValue81C9._8 structure containing information about the form property.

nVal

An enumeration value for the structure in the val member.

 

Remarks

The SMAPIFormProp structure contains form property information used in forms definitions. 

See Also

SMAPIFormProp, SPropValue