Mike,
What is the "outlook application" written in?
Do you mean VBScript behind Custom Forms?
Do you mean VBA modules?
Do you mean a VB6 COM add-in?
Do you mean something else?
For a discussion on selecting development technologies for Exchange Server,
start here:
http://msdn.microsoft.com/library/de...hsel_intro.asp
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/de...scomaddins.asp
Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm http://www.slipstick.com/outlook/esecup/admin.htm
For a list of resources on using Outlook from VB.NET & C#:
http://www.microeye.com/resources/res_outlookvsnet.htm
For help & information on programming Outlook (mostly VB6, some VB.NET):
http://www.outlookcode.com/
Some samples of using Outlook with VB.NET:
http://msdn.microsoft.com/office/def...OLOMwVBNET.asp
A sample COM Add-in for Outlook written in VB.NET:
http://msdn.microsoft.com/library/de...hatsNew2k3.asp
Hope this helps
Jay
"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
I have an outlook application that I'm thinking about converting to VB.NET.
Would it be easier to convert the code over or just re-write the
application?
thanks