Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Read a recipient property.
HRESULT GetProperty( [in] DWORD dwIndex, [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. The *pcbLength argument is set to zero. |
STG_E_NOMOREFILES | Error. The recipient was not present. |
IMailMsgRecipientsBase::PutProperty