OutlookItemsEvents is not working on olPublicFoldersAllPublicFolders

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

OutlookItemsEvents is not working on olPublicFoldersAllPublicFolders
 
Gunther Herbsthofer




Posts: 20
Joined: 2006-12-24
Private Sub ADXModule1_OnStartupComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.OnStartupComplete
ItemsEvents = New OutlookItemsEventsClass1(Me)
ItemsEvents.ConnectTo(AddinExpress.VSTO.ADXOlDefaultFolders.red, True)
End Sub
Posted 25 Dec, 2006 04:14:00 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Gunther.

Do you have permissions to change the root of Exchange Public Folders?
Usually the user can change subfolders only. So please try to connect to a subfolder of the 'All Public Folders' folder.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.

Posted 26 Dec, 2006 10:27:56 Top
Gunther Herbsthofer




Posts: 20
Joined: 2006-12-24
Thank you for your information, but i still don't know how solve the problem.

my Tree looks like

-public folder
--all public folder
---contacts

i want to have an event, if i open a new contact.

mfg GH
Posted 28 Dec, 2006 05:30:51 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Gunther.

Please try to use the NewInspector or InspectorActivate events of the ADXOutlookAppEvents component.
Posted 28 Dec, 2006 06:28:31 Top
Gunther Herbsthofer




Posts: 20
Joined: 2006-12-24
Thank you, it works.
but now i have the problem, that i don't know which events fires, when i save the contact.

mfg GH
Posted 28 Dec, 2006 09:24:49 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Gunther, please look at the OutlookItemEvents example. You can use the same technique to process the Write event.
Posted 28 Dec, 2006 11:30:50 Top