Email through outlook

  • Thread starter Thread starter Imtiaz Hussain
  • Start date Start date
I

Imtiaz Hussain

Hi,

I am trying to read mail through outlook using vb.net, I am successful in
reading my mail but only after clicking yes on the messagebox that appears,
which reads

A program is trying to access e-mail addresses you have stored in outlook.
Do you want to allow this.

Can anyone please tell me how I can stop this pop-up box from appearing.

kind regards



Imtiaz Hussain
 
Imtiaz,
Can anyone please tell me how I can stop this pop-up box from appearing.
The message is there to inform you that a program is acting in a "virus
like" manner.

The following site contains a plethora of articles on using Outlook with
..NET:

http://www.microeye.com/resources/res_outlookvsnet.htm

To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/d...dc_ol2003_ta/html/odc_olsecnotescomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

The links I gave have samples of creating add-ins.

Both of these are good articles to start with:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k2/html/odc_oladdinvbnet.asp

http://support.microsoft.com/?kbid=302896

Also, be certain you have explicitly installed the Outlook PIAs!

Although not necessarily .NET both of these have a lot of Outlook
programming examples & information:

http://www.outlookcode.com/
http://www.slipstick.com/dev/index.htm


Hope this helps
Jay
 
Back
Top