Platform SDK: SMTP Server Events

ISMTPServer::ReadMetabaseDword

[This is preliminary documentation and subject to change.]

Read a DWORD value from the IIS metabase.

HRESULT ReadMetabaseDword(
   [in] DWORD MetabaseId, 
   [out] DWORD * dwValue
);
MetabaseId
The identifier of the key to read.
dwValue
On successful return, the value of the key.

Return Values