INBOXGLYPHINFO
The INBOXGLYPHINFO structure describes the glyph info corresponding to the form library registered in the registry.
Syntax
struct {
ULONG cbSize;
ULONG ResIdColor;
ULONG ResIdMono;
ULONG iUnRead;
ULONG iRead;
ULONG iRepliedTo;
ULONG iForwarded;
ULONG iAttachment;
} INBOXGLYPHINFO;
Members
- cbSize
Total size of structure. - ResIdColor
Resource ID of the bitmap (color). - ResIdMono
Resource ID of the bitmap (monographic). - iUnRead
Index of "Read" glyph. - iRead
Index of "UnRead" glyph. - iRepliedTo
Index of "Replied To" glyph. - iForwarded
Index of "Forwarded" glyph. - iAttachment
Index of "Attachment" glyph.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
See Also
Send Feedback on this topic to the authors