ENTRYID Structure
Do not use. Contains the entry identifier information for a MAPI object.
Syntax
typedef struct _ENTRYID {
BYTE abFlags[4];
BYTE ab[MAPI_DIM];
} ENTRYID, *LPENTRYID;
Members
- abFlags
- BYTE
Array of variables of type BYTE that specifies the bitmask of flags that provide information describing the object.
- ab
- BYTE
Array of variables of type BYTE that specifies the binary data used by service providers. Client applications cannot use this array.
Requirements
Minimum supported client | Windows 2000 Professional |
|---|---|
Minimum supported server | Windows 2000 Server |
Product | Internet Explorer 4.0 |
Header | Wabdefs.h |
DLL | Wab32.dll |
Send comments about this topic to Microsoft
Build date: 6/30/2010
Community Additions
ADD
Show: