| | |
How to disable security pop ups of MS Outlook using C#?
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
Hello there, after days of researching I finally managed to finish my dragging and dropping of mail items in MS Outlook. But I have this annoying pop up thing in MS Outlook, a security pop up that grants you access from the range of 1-10mins so that I can drag drop mail items. I found lots of third party application to download in order to remove the pop up but I think it is much better if I will use C# code or VSTO code. Do you have any idea? Thanks
An Avalanche In D Minor
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
sorry that one did require a license key, is that the message you are referring to though?
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
did you read my above post with how to fix it in the registry? you can easily do that with c#
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
registry is nothing to be afraid of, pretty seamless to navigate around it, here's a link if you need a start
http://www.csharphelp.com/archives2/archive430.html
you can open HKCU or default, then go to the subkey and set the value, as long as you have permissions, you should be good to go :-)
http://www.csharphelp.com/archives2/archive430.html
you can open HKCU or default, then go to the subkey and set the value, as long as you have permissions, you should be good to go :-)
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
Hello again, I have already changed the settings but the pop up still exists. I placed the editing of the registry on the loading of my form. This is what I did:
Please Help. Thanks!
C# Syntax (Toggle Plain Text)
RegistryKey theKey = Registry.CurrentUser; theKey.OpenSubKey(".DEFAULT",true); theKey.SetValue("CheckAdminSettings", 1);
Please Help. Thanks!
An Avalanche In D Minor
![]() |
Similar Threads
- cannot find server or DNS error (Web Browsers)
- IE Redirect and pop ups (Viruses, Spyware and other Nasties)
- 35 processes, need to trim the fat (Viruses, Spyware and other Nasties)
Other Threads in the C# Forum
- Previous Thread: Need some help sending data
- Next Thread: Converting an image to 8bpp grayscale..
| Thread Tools | Search this Thread |
.net access ado.net algorithm alignment array barchart bitmap box broadcast buttons c# chat check checkbox client color combobox control conversion csharp custom customactiondata database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms function gdi+ hospitalmanagementsystems httpwebrequest image index input install java label list listbox listener mandelbrot math mouseclick mysql networking operator path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






