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 PIMSRC_COLORenumeration identifies the name of the registry key that specifies the color customizations that a Source Providersupports. For more information, see Customizing an Appointment Item's Background Color.

Syntax

enum PIMSRC_COLOR {
  PIMSRC_COLOR_APPOINTMENTS_BACKGROUND = 1
};

Elements

PIMSRC_COLOR_APPOINTMENTS_BACKGROUND

This Source Provider uses alternate background colors for Appointments in the Agenda and Day views. The format is COLORREF.

Remarks

The value "1" is the name of the registry key that specifies the color value.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also