FBadColumnSet

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 page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Tests the validity of a table column set for use by a service provider in a subsequent call to the IMAPITable::SetColumns method.

Header file:

Mapival.h

Implemented by:

MAPI

Called by:

Service providers

ULONG FBadColumnSet(
  LPSPropTagArray lpptaCols
);

Parameters

  • lpptaCols
    [in] Pointer to an SPropTagArray structure that contains an array of property tags defining the table columns to validate.

Return Value

  • TRUE
    The specified column set is invalid.

  • FALSE
    The specified column set is valid.

Remarks

The FBadColumnSet function treats columns of type PT_ERROR as invalid and columns of type PT_NULL as valid.