CoStartOutlookExpress Function
Do not use. Starts Microsoft Outlook Express.
Syntax
HRESULT CoStartOutlookExpress( __in DWORD dwFlags, __in LPCSTR pszCmdLine, __in INT nCmdShow );
Parameters
- dwFlags [in]
-
Type: DWORD
Flags used in start.
- pszCmdLine [in]
-
Type: LPCSTR
Command line switches. When this parameter is not NULL, then the launch of the application will not show a splash screen even if you have set dwFlags to MSOEAPI_START_SHOWSPLASH.
- nCmdShow [in]
-
Type: INT
Flag that specifies how to display the Outlook Express window. To run the application in the background with no UI, use SW_HIDE.
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 |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Product | Outlook Express 6.0 |
|
Header |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 6/30/2011