Platform SDK: SMTP Server Events

IMailMsgProperties::PutDWORD

[This is preliminary documentation and subject to change.]

Write a DWORD property into the MailMsg object.

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

Return Values

Value Description
S_OK Success.
S_FALSE Success. The property was not present.

See Also

IMailMsgProperties::GetDWORD