Platform SDK: SMTP Server Events

IMailMsgPropertyBag::PutDWORD

[This is preliminary documentation and subject to change.]

Write a DWORD property.

HRESULT PutDWORD(
  [in] DWORD dwPropID,
  [in] DWORD dwValue
);
dwPropID
Specifies the property ID.
dwValue
The value to write. It is not possible to erase the property with this method - use ISMTPParams::PutProperty to erase a DWORD property.

Return Values

S_OK

Success.

S_FALSE

Success. The property was not present.

See Also

ISMTPParams.GetDWORD