
Outlook Addin - some programmer's goofups - Please help
We've seen more and more forms cache problems (see
http://www.slipstick.com/dev/formscache.htm) as more people have begun
automating Outlook. It would probably help to know more about your
configuration -- version of Outlook, whether you're connecting to Exchange
Server, where the custom form is published, etc.
In some cases, using CDO instead of the Outlook model is a viable solution,
since CDO does not present a user interface. I don't think that will work in
your case unless you can switch to an Exchange Server folder script.
--
Sue Mosher
Author of
"Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours"
"Microsoft Outlook 2000 E-mail and Fax Guide"
Outlook and Exchange solutions at http://www.slipstick.com
Quote:
> Hi,
> Here is what I have done. I have created an Addin to do some processing
for
> every email that comes into my inbox folder. Yes it works forn...most of
the
> time. When I receive a message with custom form classes, then I get a
dialog
> box saying "Outlook cannot open the custom form but will use an outlook
> form" and since I am not at my desktop to "OK" this dialog it stops
> processing any other messages coming.
> Also happens with messages with certain type of attachments.
> So how would I go about this.
> Thanks in advance...