Platform SDK: SMTP Server Events

IMailMsgProperties::GetStringW

[This is preliminary documentation and subject to change.]

Read a wide character string property.

HRESULT GetStringW(
   [in] DWORD dwPropID,
   [in] DWORD cchLength,
   [out,size_is(cchLength)] LPWSTR pszValue
);
dwPropID
Specifies the property ID.
cchLength
Specifies the length in characters (including the terminating NULL) of the buffer to receive the value.
pszValue
Receives the value.

Return Values

Value Description
S_OK Success.
S_FALSE Success. The property was not present and the value receives NULL.

See Also

IMailMsgProperties::PutStringW