CoCreateOutlookExpress function
Do not use. Returns an instance of Microsoft Outlook Express.
Syntax
HRESULT CoCreateOutlookExpress(
_In_ IUnknown *pUnkOuter,
_Out_ IUnknown **ppUnknown
);
Parameters
-
pUnkOuter [in]
-
Type: IUnknown*
Must be NULL.
-
ppUnknown [out]
-
Type: IUnknown**
The address of a pointer to IOutlookExpress.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
DLL |
|