Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Microsoftoutlook 2003 Email from QTP Script waring box problem
#1
Not Solved
Hi ,
I am using Microsoft outlook3 and It always shows the warning box
while I am using the Email Script in QTP.
How to avoid that?
Any help?
Thanks
Uma
Reply
#2
Not Solved
Hi Uma,

Can you please attach screen shot for your problem.

QTP is not recognised when I used Windows7, Outlook 2003 version.

QTP will work for Windows7, Outlook2007.

QTP will work for OS: XP, Outlook2000. Please use these configurations and Give reply if its working or not?

Thanks,
Ram
Reply
#3
Not Solved
Hi Ram ,
thanks for the reply,I will try today and I will let you know.
Thanks,
Uma
Reply
#4
Not Solved
Hi,
if outlook doesn't work we have CDO message which will send the mail without help of outlook express.

Code:
Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = "abcd"
objMessage.From = "abcd@xyz.com"
objMessage.To = "efgh@xyz.in"
objMessage.TextBody = "hi writ as much as u can."
objMessage.Send

copy it to QTP it works.
but it wont work for social mailing sites eg(gmail. yahoo.com, etc), u can use it for internal purpose.
Any ways try with the outlook express this solution is just an alternative.

Rohan
Reply
#5
Not Solved
Hi Rohan,

I just copied and I put it in to my QTP Script and it shows the
"SendUsage configuration is invalid",Could you please tell me where I am doing mistake?
Thank you
Uma


Hi Ram,
Sorry for late reply.
The outlook 2003 warning box screen shot is attached in the word file.
As you said,I was planning to work with outlook 2007/outlook 2000,but I asked to install outlook2010 (My OS is XP).
I am going to try it.

I want to avoid/Disable the warning box which is from outlook,because everytime manually I need to click yes button.

Solutions are welcome.
Thank you
Uma


Attached Files
.doc   warning box.doc (Size: 29.5 KB / Downloads: 67)
Reply
#6
Not Solved
Hi Uma,

I got the warning dialog box window whenever QTP script is trying to access the Outlook email, currently i have to click yes button manually. could you please let me know if you have any idea to solve this issue.

regards
thiru

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Extracting Email Body from Outlook waseem.khan.91 0 1,899 03-04-2019, 02:53 PM
Last Post: waseem.khan.91
  Extracting Email Body from Outlook waseem.khan.91 0 1,034 03-01-2019, 02:51 PM
Last Post: waseem.khan.91
  Find the email using subject with the help of vb script Raheem Shaik 0 1,464 12-12-2018, 02:57 PM
Last Post: Raheem Shaik
  Cannot attach the text file to email arpan 2 3,272 07-19-2013, 12:13 AM
Last Post: arpan
  Unable to send an email from Outlook which is already opened as draft attiliv 0 2,146 03-24-2013, 11:14 AM
Last Post: attiliv

Forum Jump:


Users browsing this thread: 1 Guest(s)