Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP and OUTLOOK 3

Status
Not open for further replies.

CooterBrown

IS-IT--Management
Aug 17, 2001
125
0
0
US
I am trying to connect to Outlook through asp for our intranet site. The purpose is to capture the names of all users in outlook so I can build a drop box in a form in our intranet. I don't want to build a database and duplicate data. Does anyone know how to do this with CDO or any other method? Let me know please.

Thanks in advance,
CMSSJ@gpmlife.com
 
Set Outlook=CreateObject("Outlook.Application")

If Outlook="Outlook" Then
response.write "The application Outlook is on this machine"
END IF


save a .vbs.
 
Whoops, forgot to ask if the above code worked.
 
same error as 7 threads above.

VBScript Compilation error!
 
Should I set OUTLOOK up on the local host? I simply installed it! There is no account on the server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top