Platform SDK: SMTP Server Events

IMailMsgPropertyBag::PutStringW

[This is preliminary documentation and subject to change.]

Write a Unicode string property.

HRESULT PutStringW(
  [in] DWORD dwPropID,
  [in,unique] LPCWSTR pszValue
);
dwPropID
Specifies the property ID.
pszValue
Specifies the value. If this is NULL, the property will be erased.

Return Values

S_OK

Success.

S_FALSE

Success. The property was not present.

See Also

ISMTPParams.GetStringW