Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Read a BOOL property from the MailMsg object.
HRESULT GetBool( [in] DWORD dwPropID, [out] DWORD *pbValue );
pdwValue
Receives the value, which will either be TRUE or FALSE. If the property is not present, the method sets this to FALSE and returns S_FALSE.
Value | Description |
---|---|
S_OK | Success. |
S_FALSE | Success. The property was not present. *pdwValue is set to FALSE. |
STG_E_NOMOREFILES | Error. The recipient was not present. |
IMailMsgProperties::PutBool