Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Get information about one domain.
HRESULT DomainItem( [in] DWORD dwIndex, [in] DWORD cchLength, [out,size_is(cchLength)] LPSTR pszDomain, [out] DWORD *pdwRecipientIndex, [out] DWORD *pdwRecipientCount );
Value | Description |
---|---|
S_OK | Success. |
STG_E_NOMOREFILES | Failure. The domain is not present. The name receives NULL, and the index and count receive zero. |