Forum: Add-ins for Outlook
March 6th 06, 10:16 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 1,367
Redemption
Thank you Ken!
I think I included all workarounds of getting the common Add-In
problems. And now I don't know how to make it better. (I checked the
code for so many times without finding an...
|
Forum: Add-ins for Outlook
March 3rd 06, 05:04 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 1,367
Redemption
Thank you Ken,
but that are not good news because I have to create a lot objects.
So i'm also making database transactions within the add-in.
The recordsets have also to be crated with new. For that...
|
Forum: Add-ins for Outlook
March 3rd 06, 12:26 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 1,367
Redemption
I wrote a COM Add-In, which works fine normally, but crashes on some
machines or it has the Resiliency Problem.
Therefore i'm asking if I'm doing everything right.
For example:
Private...
|
Forum: Add-ins for Outlook
March 2nd 06, 06:21 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,077
Strange Outlook Add-In problems
I think I have solved one thing causing the error.
In many functions I'm getting different folders.
For Example:
....
'DB.OlApp is a global Object, I'm setting at On_Connection.
....
Dim oNameSpace...
|
Forum: Add-ins for Outlook
March 2nd 06, 04:10 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,077
|
Forum: Add-ins for Outlook
March 2nd 06, 02:32 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,077
Strange Outlook Add-In problems
Hello,
I wrote an Outlook Add-In for Ol9 and it normally works fine with
Outlook2000/XP/2003.
I use Redemption and AddInMon. Therefore I'm not using
IDTExtensibility2.
I'm trapping Explorer_Close...
|