> If Outlook 2007 is your platform, then the solution is to use form regions, a new feature in that version, not published custom forms. My book provides a very basic introduction to form regions, which are also covered in the Outlook Developer Reference on MSDN. They need to be implemented with an add-in if they have any kind of complex functionality; the recent books by Randy Byrne and Ken Slovak cover such add-ins.
>
> However, without details about what your application is trying to do, it's impossible to say whether a form region would be a workable solution.
>
> "Microsoft does not support" means that you create such solutions at your own risk. If it doesn't work, Microsoft won't help you fix it.
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
>
http://www.outlookcode.com/article.aspx?id=54
>
>
> "Bruno" <bruno.moret@sgcib.com> wrote in message news:%23un8Zs5UIHA.5132@TK2MSFTNGP02.phx.gbl...
> > From
http://support.microsoft.com/kb/321847/en-us and from some posts I have seen on several sites, I got the feeling that my only solution would be in developing some .Net plug-in, right?
> >
> > I am using Outlook 2007, I tried the Rich Text format, the problem stands. I have not seen any parameter that would lower the security level in Outlook and display properly my custom form messages. Unless you know some way to do it?
> >
> > What I am looking for is some example that would allow me to start developing such a plug-in. I am not a powerful .Net developer... yet. I got the book "Microsoft Outlook 2007 Programming" by Sue Mosher, I have browsed the web, especially
http://msdn2.microsoft.com/en-us/library/bb177050.aspx, but I am still puzzle. Where do I start?
> >
> > Could you point me to a few examples please?
> >
> > PS: When Microsoft says "Microsoft does not support solutions that are designed in this manner", isn't it frightening?
>