Platform SDK: SMTP Server Events

ISMTPServer::ReadMetabaseString

[This is preliminary documentation and subject to change.]

Read a string value from the IIS metabase.

HRESULT ReadMetabaseString(
   [in] DWORD MetabaseId, 
   [in, out, size_is(*BufferSize), length_is(*BufferSize)] char * Buffer, 
   [in, out] DWORD * BufferSize, 
   [in] BOOL fSecure
);
MetabaseId
The identifier of the key to read.
Buffer
A client-allocated buffer to receive the result.
BufferSize
The size of the passed allocated buffer.
fSecure

Return Values