FBadProp
The FBadProp
function validates a specified property.
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 FBadProp(
LPSPropValue lpprop |
|
); |
|
Parameters
lpprop
[in] An SPropValue
Return Values
TRUE
The specified
property is invalid.
FALSE
The specified
property is valid.
Remarks
A service
provider can call the FBadProp function for several reasons, for example
to prepare for a call to the IMAPIProp::SetProps
See Also
FBadPropTag