Share via


INBOXGLYPHINFO

The INBOXGLYPHINFO structure describes the glyph info corresponding to the form library registered in the registry.

Syntax

typedef struct _INBOXGLYPHINFO {
  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

SmartphoneSmartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h

See Also

MAPI Structures

Messaging

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.