![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 obCalendarItem As Object Private moCalendarItem As Object .... Private Sub moCalendarItems_ItemAdd(ByVal Item As Object) Set obCalendarItem = Item Set moCalendarItem = New Redemption.SafeAppointmentItem moCalendarItem.Item = obCalendarItem End Sub .... At Explorer_Close and On_Disconnection I set these Objects to Nothing I read, that Redemption can cause problems and can be solved with: set Utils = CreateObject("Redemption.MAPIUtils") Utils.Cleanup But I also read, that CreateObject is responsibile to the Resiliency problem because of script stoppers. What can i do? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Redemption Doesn't ByPass Outllok 2003 Security | zbud | Add-ins for Outlook | 15 | February 1st 06 05:59 PM |
Appointment RTF format problems using Redemption | John Svercek | Add-ins for Outlook | 1 | January 15th 06 10:41 PM |
Redemption MAPITable | Dmitry Streblechenko | Add-ins for Outlook | 1 | January 12th 06 04:09 AM |