Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The INBOXGLYPHINFOstructure 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

Header cemapi.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Structures

Other Resources

Messaging