Outlook Security Prompt

  • Thread starter Thread starter ML
  • Start date Start date
M

ML

Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.
 
Not really a good solution to install at a client site but thanks.
Was looking for an actual way around it in code.

Would using WebDav bypass this when going to an exchange server? Basically
I need access to a public contacts folder on Exchange.
 
Not looking to create an add-in for Outlook. Looking to access Outlook from
an external app. More specifically I am interested in getting at an
Exchange Public contacts folder.
 
ML,
I realize that, which is why I included the second two links. You did review
the two other links before you responded?

Both links provide a plethora of information & links on the proper ways to
avoid the security prompts. Which includes settings that need to be made by
your Exchange Server Administrator.

As your other thread suggests, you should be able to use WebDAV also.

Alternatively you could create a Web Service (that internally uses WebDAV)
that returns the list of contacts to your Windows program.

As I mentioned in the other thread, you might want to start here with the
following two sites:

Here is a good place to start on articles about using Outlook & .NET
(including Exchange Server).

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

For a discussion on selecting development technologies for Exchange Server,
start here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_techsel_intro.asp

I believe the second site (techsel_intro) eventually has links to Exchange
Server WebDAV samples, post if you need help finding them.

Hope this helps
Jay
 
Yes I did and thanks for the links.

Trying to avoid as much administration as possible is the main issue. Was
hoping for something that could handle it from the app itself instead of
having to modify the Exchange settings, etc.

It looks like WebDav may be my only real option. Just can't seem to find
some decent examples of using it. What I have found seems overly complex
for the task at hand. All I really want to do is to retrieve the contact
info and in turn list these back to the user and also be able to save the ID
of a selection in an external DB so we can reference back to Exchange when
needed.
 
Unfortunatley thats what malicious code writers seek as well.....hence the
security warning!!!
 
Hi

About outlook security dialog, you may take a look at the link below.

290499.KB.EN-US OL2002: Administrator Information About E-Mail Security
Features
http://support.microsoft.com/?id=290499

Here are some links about webdav.
How to create an Outlook Calendar folder by using WebDAV with Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;313121

How to Search a WebDAV Directory with XML
http://support.microsoft.com/default.aspx?scid=KB;EN-US;293885

For detailed information about webdav, I think you may try to post in the
newsgroup below.

microsoft.public.exchange2000.development
or
microsoft.public.exchange.development


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top