ADX.NET for Outlook Express 2008: Outlook Express doesn't close....

Add-in Express™ Support Service
That's what is more important than anything else

ADX.NET for Outlook Express 2008: Outlook Express doesn't close....
 
Stan S




Posts: 184
Joined: 2007-09-04
OE doesn't close if I call ADXOEItem::HTMLBody

As I have premium version of it, I looked at the source code, and seems like appropriate COM objects are not disposed.

To be clear, the sequence is:
- Add inspector command bar
- add a button to inspector
- button gets body of item in inspector
As I switched from HTMLBody to Body, problems disappeared.

My version is 4.4.760.2005 (seems to be the last one?)

Can you please correct it?

Stan
Posted 21 Jul, 2010 19:07:14 Top
Stan S




Posts: 184
Joined: 2007-09-04
another note...
It is strange, but I just noticed that i am using same property in same addin in another context
If I send the item after manupulation, everything is fine.

Also, manipulating same property from within events doesn't add complications.

Stan
Posted 21 Jul, 2010 19:58:06 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hi Stan,

Can you please send me the code changes to the support e-mail address?


Andrei Smolin
Add-in Express Team Leader
Posted 22 Jul, 2010 06:36:07 Top
Stan S




Posts: 184
Joined: 2007-09-04
Sent; look for this code block:

// ADX BUG
if (false)
{
try
{
X string bb = currentItem.HTMLBody;
}
X catch
{
X
}
}
Posted 22 Jul, 2010 18:04:22 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Thank you Stan.

I'm not sure what the timeline for fixing the issue will be.


Andrei Smolin
Add-in Express Team Leader
Posted 23 Jul, 2010 08:51:57 Top
Stan S




Posts: 184
Joined: 2007-09-04
Andrei,
No rush - I am able to survive with the workaround of using plain body for this project.

Just want to make sure I can use ADX for OE with other projects/customers.

Stan
Posted 27 Jul, 2010 23:48:12 Top