Platform SDK: SMTP Server Events

IMailMsgPropertyBag::GetDWORD

[This is preliminary documentation and subject to change.]

Read a DWORD property.

HRESULT GetDWORD(
  [in] DWORD dwPropID,
  [out] DWORD *pdwValue
);
dwPropID
Specifies the property ID.

pdwValue

Receives the value. If the property is not present, the method sets this to zero and returns S_FALSE.

Return Values

Value Description
S_OK Success.
MAILMSG_E_PROPNOTFOUND Failure. The property was not present. The value of *pdwValue is zero (NULL).

See Also

ISMTPParams.PutDWORD