I have an Outlook (2000 and XP) IPM.note form that I need to insert the user's Manager email address in the
TO: (recipient) field when the form is opened.
We are using Exchange 2000 with Active Directory.
Thanks anyway all,
I did it. I've included below incase anyone else needs this info.
Set myNameSpace = Application.GetNameSpace("MAPI"
Set myobject = Recipients.add(myNameSpace.CurrentUser.Name)
Set MyOBJ1 = myobject.AddressEntry.Manager
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.