Votes
Answers
Views
Question
1
1
99
asked 7 years ago by neena
updated 7 years ago by bubblehead712
drag and drop my function libraries (.vbs) and other files into UFT without any issues, but now it is not working. Is this a bug?
1
1
476
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I was using below line of code with UFT 14 without any issues. `-------------------------------------------------------------------------------- On Error Resume Next Set oOutlook = GetObject( , "Outlook.Application") On Error GoTo 0 If Not IsObject(oOutlook) Then Set oOutlook = CreateObj...
1
1
50
asked 10 years ago by gauravshankar
updated 10 years ago by rich-text
Hi, I am trying to design a VB Script which will read the .exe fie location based on the Outlook email notification, copy that and paste it to a designated location on the hard drive. Is this feasible, if yes what would be the approach to follow ?
2
1
131
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
Is there a way in QTP to search the inbox of Outlook for a specific e-mail? Once found, is there a way to view the attachments?
8
1
225
asked 12 years ago by tlstockton
updated 12 years ago by sammyh
The defect email hyperlink works fine when accessing through MS Outlook PC clients. However, Outlook webmail (OWA), we get "This link has been disabled to protect your security." I sent it to our email group to investigate and they are saying the url is mis-formatted to use for the webmail. ...