Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Read a property from the MailMsg object.
HRESULT GetProperty( [in] DWORD dwPropID, [in] DWORD cbLength, [out] DWORD *pcbLength, [out,size_is(cbLength),length_is(*pcbLength)] BYTE *pbValue );
Value | Description |
---|---|
S_OK | Success. |
S_FALSE | Success. The property was not present. *pcbLength is set to zero. |
IMailMsgProperties.PutProperty