Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
disable secuity in Outlook using VC
Name: sakai111 Date: October 12, 2008 at 19:17:33 Pacific OS: xp CPU/Ram: Dualcore/1G Product: dell
Comment:
Hi,
I want to get away the dialog box when I use my program to send the email with the outlook 2003. How can I disable the third party security issue in outlook 2003. I am using the VC6 to develop the program. is there any function inside the VC6 to auto click the "YES" button to pass the security?
Name: Sci-Guy Date: October 13, 2008 at 15:05:21 Pacific
Reply:
Because what you are asking for could possibly be used for malicious purposes, I doubt that anybody here is going to help. Not knowing anything about you, it would be irresponsible of us to do so.
Please let us know if you found someone's advice to be helpful.
0
Response Number 2
Name: sakai111 Date: October 14, 2008 at 23:12:37 Pacific
Reply:
Hi,
I found some of the software called "clickYes" and this program can do when the security box pop up, it just auto click yes to skip the box. it is just what I want to perfrom. is it possible to perform this in C++ to click the yes button, or that program is already a malicious software?
Summary: I'm writting a form in outlook and use such code : Dim App,U2,Dep Set App = Application.GetNameSpace("MAPI") Set U2 = App.CurrentUser Dep = U2.Fields.Item(&h3a18001e) But compiler tells me that there ...
Summary: I'm using VC ++,can I know where can I get information about how to get the current processor, memory and maybe network utilization TIA Regards, Riko ...