Posts 1 - 10 of 13
First | Prev. | 1 2 | Next | Last
|
|
Sridhar Kapavarapu
Posts: 59
Joined: 2009-07-29
|
Hi,
We have implemented an application in .net 2005 to add a command bar in outlook by using Add-in express. Can you please explain actions perfromed by add-in express?
We are using the following classes in our code.
AddinExpress.OL.ADXOlFormsManager
AddinExpress.OL.ADXOlFormsCollectionItem
AddinExpress.MSO.ADXOlExplorerCommandBar
AddinExpress.MSO.ADXCommandBarButton
AddinExpress.MSO.ADXCommandBarAdvancedControl
AddinExpress.MSO.ADXCommandBarEdit
AddinExpress.ToolbarControls.ADXOutlookControlAdapter
AddinExpress.MSO.ADXOutlookAppEvents
We have implemented the following Events.
Addin_AddinInitialize
Addin_AddinStartupComplete
Addin_AddinBeginShutdown
Addin_AddinFinalize
Regards
Sridhar K |
|
Posted 22 Oct, 2009 01:11:00
|
|
Top
|
|
Sridhar Kapavarapu
Posts: 59
Joined: 2009-07-29
|
We are using
1. adxloader version 5.1.2022.
2. We are using WINDOWS XP and is up to date.
3. Outlook 2007 and Outlook 2003 and Up to date. |
|
Posted 22 Oct, 2009 01:14:41
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Hello Sridhar,
Please have a look at the manual and the Class Reference. We describe almost everything we can in there. Or, maybe you have a more specific question?
Andrei Smolin
Add-in Express Team Leader |
|
Posted 23 Oct, 2009 10:13:07
|
|
Top
|
|
Sridhar Kapavarapu
Posts: 59
Joined: 2009-07-29
|
Sorry for my delayed response and thanks for your reply.
Yes, i have some specific questions.
We have developed an application(OutlookSerch.dll) by using add-in express. We developed our application using sample applications provided in add-in express forums. Events we used specified in the earlier thread.
With this OutlookSearch.dll enabled, our customers reported the follwoing:
1. Some key strokes are not working(Down, Up, Left and Right arrow keys) and Cursor hang for 10-15 seconds when they do reply/forwadrd/compose new mails.
I gone through some of the links in forum and i read that, "I can't reproduce it with 5.0.2020 (Beta 2) on Visat + Outlook 2007. I assume this issue was fixed in either Beta 1 or Beta 2".
following is the link for your reference
http://www.add-in-express.com/forum/read.php?FID=5&TID=5209
2. Outlook hang issue was observed.
This occurs 3 user so far, BUT another us er(not effected by outlook hang issue) on the SAME MACHINE with their own Outlook profile WORKS FINE!
Whenever OutlookSearch.dll is disabled, everything is working as expected i.e., No outlook hang and Cursor hang issues were observed.
:?:
We are unable to reproduce these issues in our development environment.
Can you please suggest me, What is causing for these issues? |
|
Posted 27 Oct, 2009 05:10:23
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Hello Sridhar,
I believe you have 3 issues:
1. Some keys do not respond.
We reproduced and fixed that issue in 5.0.2021 (version 2009) and in 4.4.1918 (version 2008). Do you handle keyboard shortcuts in your code?
2. A delay when replying/forwarding/composing a new e-mail.
3. Outlook hangs in some scenarios.
As to these issues, I suggest commenting out blocks of your code and reading http://www.add-in-express.com/creating-addins-blog/2008/10/30/releasing-office-objects-net/.
BUT another us er(not effected by outlook hang issue) on the SAME MACHINE with their own Outlook profile WORKS FINE!
That might relate to using Exchange in cached or non-cached mode.
I believe you can solve issues #2 and #3 yourself (I'm ready to help, of course). If you are able to reproduce issue #1, please let me know; if this is an Add-in Express bug I'd like to have it fixed ASAP. Does it occur in Outlook 2003 or Outlook 2007 or both?
Andrei Smolin
Add-in Express Team Leader |
|
Posted 27 Oct, 2009 09:44:17
|
|
Top
|
|
Sridhar Kapavarapu
Posts: 59
Joined: 2009-07-29
|
Thank you Andrei,
I am not able to reproduce issue#1. Next week i will have VR with customer. So, I can provide more information in the next week.
Regards,
Sridhar K. |
|
Posted 29 Oct, 2009 06:49:33
|
|
Top
|
|
Sridhar Kapavarapu
Posts: 59
Joined: 2009-07-29
|
We had attended VR session on 17-Nov and we found the following:
1. Mailbox is migrated from Domino Server to Exchange.
2. Mailbox is running in Cached Exchange mode.
3. Mailbox size is 550MB approximately. In which "Inbox" contains 8300 items and "Sent Items" contains 3500 items.
4. Outlook Search is disabled, when outlook is opened 50% of the CPU memory is utilized.
Note: We have developed an application(OutlookSerch.dll) by using add-in express. We developed our application using sample applications provided in add-in express forums. Events we used specified in the earlier thread.
5. When "Outlook Search" is enabled in outlook, Search Toolbar in outlook is visible properly and whenever focus has
been changed to another folder we observed the hang issue.
Here is my question:
Having huge number of messages in inbox and sent items, Does Add-in express failing to move to access another folder?
we are using ADXOlExplorerBeforeFolderSwitch_EventHandler and ADXOlFormsManager.FolderSwitch_EventHandlerin our code.
We implemented those events with the following:
We are just verifying for particular folder(Ex: Search) if the selected folder is matched then we are redirecting to some login screen.
By looking at the adxloader.log(My documents/Add-In Express), we did not see any error everything went in smooth.
Regards
Sridhar K |
|
Posted 18 Nov, 2009 06:39:00
|
|
Top
|
|
Sridhar Kapavarapu
Posts: 59
Joined: 2009-07-29
|
Hi Andrei,
In my earlier thread, I asked for add-in express starup actions. you replied
"Please have a look at the manual and the Class Reference. We describe almost everything we can in there. "
I am not able to find it. Can you please provide me URL's to have a look at those.
Regards
Sridhar K |
|
Posted 18 Nov, 2009 06:57:01
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Hi Sridhar,
Try disbling all other COM add-ins. If this down't help, then how can we reproduce this behavior? It's hard to tell from your description what's going wrong. But note that Add-in Express just supplies you with events in this case, it doesn't do anything by itself. If you have a test add-in, then please send it to me (find our support e-mail address in readme.txt); I have several folders with a great number of items.
The class reference is located in {Add-in Express install folder}\Docs\. Please download the latest version of the manual at http://www.add-in-express.com/downloads/documentation.php.
Andrei Smolin
Add-in Express Team Leader |
|
Posted 18 Nov, 2009 09:15:25
|
|
Top
|
|
Sridhar Kapavarapu
Posts: 59
Joined: 2009-07-29
|
Thanks Andrei,
Let me discuss with this my product management to reveal the source code..
Regards
Sridhar K |
|
Posted 19 Nov, 2009 03:28:54
|
|
Top
|
|
Posts 1 - 10 of 13
First | Prev. | 1 2 | Next | Last
|