D
Danny
How do I get the actual ID for the contact that I've
opened to be able to create a journal entry with the
actions menu to create a file in word or excel but adding
the actual contact.
Set myOlApp = CreateObject("Outlook.Application")
Set myOlApp = CreateObject("Outlook.Application")
Set myNameSpace = myOlApp.GetNamespace("MAPI")
Set mycontacts = myNameSpace.GetDefaultFolder
(olFolderContacts)
mycontactId = mycontacts.items(olContactItem)
opened to be able to create a journal entry with the
actions menu to create a file in word or excel but adding
the actual contact.
Set myOlApp = CreateObject("Outlook.Application")
Set myOlApp = CreateObject("Outlook.Application")
Set myNameSpace = myOlApp.GetNamespace("MAPI")
Set mycontacts = myNameSpace.GetDefaultFolder
(olFolderContacts)
mycontactId = mycontacts.items(olContactItem)