Michael Tissington said:
Is there a way that I can create .NET controls and them use them on Outlook
forms?
If so, how?
(if not, this is very disappointing of Microsoft)
It is very unfortunate that Outlook, even in it's latest version 2003, is
still completely (beside of the existing PIA's) COM based. To make it worse
do Outlook forms only support VBScript code behind which basically locks you
into only being able to call ActiveX/COM components from inside Outlook
forms.
The only place where .NET comes in play is either using the aformentioned
PIA or if you build an Outlook COM add-in which intercepts the Outlook
Inspector (aka Outlook form) and Explorer (aka Outlook folder view) windows
to add buttons to them and then execute .NET code. However, this would still
require to build a .NET component which includes a CCW (COM callable
wrapper).
Maybe the next Outlook verion will come up with some changes in this respect
but thats 1-2 years away...