FBadColumnSet
The FBadColumnSet
function tests the validity of one or more table column sets for use by a
service provider in a subsequent call to the IMAPITable::SetColumns method.
Note This function
may not be supported in future versions of MAPI.
Quick Info
|
Header
file: |
MAPIVAL.H |
|
Implemented
by: |
MAPI |
|
Called by: |
Service
providers |
ULONG FBadColumnSet(
|
LPSPropTagArray lpptaCols |
|
|
); |
|
Parameters
lpptaCols
[in] Pointer
to an SPropTagArray
structure containing an array of property tags defining the table column sets
to validate.
Return Values
TRUE
The specified
column sets are invalid.
FALSE
The specified
column sets are valid.
Remarks
A service
provider calls the FBadColumnSet function. This function treats columns
of type PT_ERROR as invalid and columns of type PT_NULL as valid.