FLAGLIST
The FLAGLIST
structure contains a list of flags used to indicate the status of address
entries during the name resolution process.
Quick Info
Header
file: |
MAPIDEFS.H |
typedef struct
{
ULONG
cFlags;
ULONG
ulFlags[MAPI_DIM];
} FlagList, FAR * LPFlagList;
Members
cFlags
Count of
MAPI-defined flags in the list.
ulFlags
First flag in
the list.
Remarks
See IABContainer::ResolveNames
and IDistList::ResolveNames for descriptions of the flags that can be
part of this list.
See Also