Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Read a property.
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. |
MAILMSG_E_PROPNOTFOUND | Failure. The property was not present. The value of *pcbLength is set to zero. |
ISMTPParams.PutProperty