Sue:
I don't know about the author being appreciative, but I want to thank
you for posting the link :) I've been looking for a good outlook-dev
list, and if you are willing to recommend it, I know it must be good.
Bob Sadler
City of Leawood, KS, USA
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 6:41 AM
To: Exchange Discussions
Subject: Re: Populating Outlook Form from Exchange Server
This code won't work because you are using CDO constants, like
CdoPR_DISPLAY_NAME, without declaring them. Either declare them as
constants or use the literal values.
Also, you can simplify your Session.Logon statement:
Set objSession = CreateObject("MAPI.Session")
objSession.Logon , , False, False
FYI, there is a separate mailing list devoted to Outlook development --
mailto:[EMAIL PROTECTED].
_________________________________________________________________
List posting FAQ: http://www.swinc.com/resource/exch_faq.htm
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin: [EMAIL PROTECTED]
_________________________________________________________________
List posting FAQ: http://www.swinc.com/resource/exch_faq.htm
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin: [EMAIL PROTECTED]