How to disable security pop ups of MS Outlook using C#?

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2008
Posts: 169
Reputation: murderotica is an unknown quantity at this point 
Solved Threads: 2
murderotica's Avatar
murderotica murderotica is offline Offline
Junior Poster

How to disable security pop ups of MS Outlook using C#?

 
0
  #1
Nov 16th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,162
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #2
Nov 17th, 2008
Custom Application & Software Development
www.houseshark.net
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,162
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #3
Nov 17th, 2008
sorry that one did require a license key, is that the message you are referring to though?
Custom Application & Software Development
www.houseshark.net
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,162
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #4
Nov 17th, 2008
here is how to do the fix in the registry

http://sogeeky.blogspot.com/2007/04/...y-warning.html
Custom Application & Software Development
www.houseshark.net
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 169
Reputation: murderotica is an unknown quantity at this point 
Solved Threads: 2
murderotica's Avatar
murderotica murderotica is offline Offline
Junior Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #5
Nov 18th, 2008
Originally Posted by dickersonka View Post
sorry that one did require a license key, is that the message you are referring to though?
Yes, this is the message that I'm referring to.
An Avalanche In D Minor
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,162
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #6
Nov 18th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 169
Reputation: murderotica is an unknown quantity at this point 
Solved Threads: 2
murderotica's Avatar
murderotica murderotica is offline Offline
Junior Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #7
Nov 18th, 2008
Yes I have read it sir, thanks for the info. I'm not really that familiar with the registry work around. Uhmmm, the code snippet found in the article, should I place it in my application?
An Avalanche In D Minor
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,162
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #8
Nov 18th, 2008
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 :-)
Custom Application & Software Development
www.houseshark.net
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 169
Reputation: murderotica is an unknown quantity at this point 
Solved Threads: 2
murderotica's Avatar
murderotica murderotica is offline Offline
Junior Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #9
Nov 19th, 2008
From where or what part of my application should I include the editing of the registry? In the drop event function or in a seperate function? Thanks!
An Avalanche In D Minor
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 169
Reputation: murderotica is an unknown quantity at this point 
Solved Threads: 2
murderotica's Avatar
murderotica murderotica is offline Offline
Junior Poster

Re: How to disable security pop ups of MS Outlook using C#?

 
0
  #10
Nov 19th, 2008
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:
  1. RegistryKey theKey = Registry.CurrentUser;
  2. theKey.OpenSubKey(".DEFAULT",true);
  3. theKey.SetValue("CheckAdminSettings", 1);

Please Help. Thanks!
An Avalanche In D Minor
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC