Hi,
I copied the above code and its working but when i try to write the same its throwing application error at the below line. i am using QTP 10.0.
When i use any function and open brace then application error
What might be the issue?
I copied the above code and its working but when i try to write the same its throwing application error at the below line. i am using QTP 10.0.
Code:
Set olapp = CreateObject("Outlook.Application")
Set olns = olapp.GetNameSpace(
What might be the issue?

