You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
479 B
13 lines
479 B
#include <initguid.h>
|
|
#include <oaidl.h>
|
|
#include <imnact.h> // account manager stuff
|
|
#include <imnxport.h>
|
|
#include <msident.h>
|
|
|
|
HRESULT GetOEDefaultMailServer2(OUT INETSERVER & rInBoundServer,
|
|
OUT DWORD & dwInBoundMailType,
|
|
OUT INETSERVER & rOutBoundServer,
|
|
OUT DWORD & dwOutBoundMailType);
|
|
|
|
|
|
HRESULT GetOEDefaultNewsServer2(OUT INETSERVER & rNewsServer);
|