E
Eddy d'Artois via OfficeKB.com
I'm writing a access2000 program where I let the user pick persons from the
outlook 2000 addressbook. I managed to do so, but I got the security
warning, so I discovered Outlook Redemption. I'm not so used both
programming in Outlook as well as using Redemption .
Can anybody help me to complete the following code ?
Private Sub cmdPickAddress_Click()
Dim CdoSession As MAPI.Session
Dim objReUtil
Set CdoSession = CreateObject("MAPI.Session")
CdoSession.Logon "", "", False, False, 0
Set objReUtil = CreateObject("Redemption.MAPIUtils")
objReUtil.AddressBook 'here we get the addressbook to choose the persons
outlook 2000 addressbook. I managed to do so, but I got the security
warning, so I discovered Outlook Redemption. I'm not so used both
programming in Outlook as well as using Redemption .
Can anybody help me to complete the following code ?
Private Sub cmdPickAddress_Click()
Dim CdoSession As MAPI.Session
Dim objReUtil
Set CdoSession = CreateObject("MAPI.Session")
CdoSession.Logon "", "", False, False, 0
Set objReUtil = CreateObject("Redemption.MAPIUtils")
objReUtil.AddressBook 'here we get the addressbook to choose the persons