Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Read a recipient DWORD property.
HRESULT GetDWORD( [in] DWORD dwIndex, [in] DWORD dwPropID, [out] DWORD *pdwValue );
pdwValue
Receives the value. If the property is not present, the method sets this to zero and returns S_FALSE.
Value | Description |
---|---|
S_OK | Success. |
S_FALSE | Success. The property was not present. Value pointer set to NULL. |
STG_E_NOMOREFILES | Error. The recipient was not present. |
IMailMsgRecipientsBase::PutDWORD