I am trying to retrieve an email address from my contacts within outlook.
When trying to create an instance of Outlook using the following code:
[VB]
Dim objOutlook As New Outlook.Application()
[/VB]
I receive the following error "Type Outlook.Application is not defined"
What am I missing?
Thanks in-advance
When trying to create an instance of Outlook using the following code:
[VB]
Dim objOutlook As New Outlook.Application()
[/VB]
I receive the following error "Type Outlook.Application is not defined"
What am I missing?
Thanks in-advance