Platform SDK: MAPI |
The FLAGLIST structure contains a list of flags used to indicate the status of address entries during the name resolution process.
Header file: | MAPIDEFS.H |
typedef struct { ULONG cFlags; ULONG ulFlags[MAPI_DIM]; } FlagList, FAR * LPFlagList;
The FLAGLIST structure is used as a parameter to IABContainer::ResolveNames. Each of the recipients to be resolved is included in an ADRLIST structure. As the address book container attempts to resolve each recipient, it sets the appropriate flag in the corresponding entry in the FLAGLIST structure. All of the entries in the FLAGLIST structure are in the same order as the entries in the ADRLIST structure, making it easy to associate a flag setting with a recipient.