FBadRow
Applies to: Outlook 2013 | Outlook 2016
Validates a row in a table.
Property | Value |
---|---|
Header file: |
Mapival.h |
Implemented by: |
MAPI |
Called by: |
Service providers |
ULONG FBadRow(
LPSRow lprow
);
Parameters
lprow
[in] Pointer to an SRow structure identifying the row to be validated.
Return value
TRUE
The specified row is invalid.
FALSE
The specified row is valid.