![]() |
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
|
|||
|
|||
![]()
Hi,
I made a function which handles the open event for a mailitem Seems to work pretty well, but now that I look closely, I found out that it's not working that well. Some time I will see that the function is launch and other time not for no reason I just keep clicking on different mailitem and work and not work, here is my function Private Sub oMailItem_Open(ByRef cancel As Boolean) Handles oMailItem.Open cancel = False Try If (oMailItem.ConversationIndex "") Then If (My.Settings.UseSocket) Then oSender.MailOpened(oMailItem) End If End If Catch ex As SystemException oLog.Add(ex.Message, "SystemException", "mregulatorAddin.vb", "oMailItem_Open") End Try End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can not open event | bob b | Outlook - Calandaring | 2 | April 5th 07 04:12 PM |
Problem with CommandBarComboBox Change Event (Event fires only once) | M. Khalid Farooq | Add-ins for Outlook | 1 | October 19th 06 02:34 PM |
All Day event problem | [email protected] | Outlook - Calandaring | 0 | October 6th 06 02:59 PM |
Item Open event does not occurs every time | sfradel | Add-ins for Outlook | 1 | September 2nd 06 04:33 PM |
I can not open an event in Calendar (Office 2003) | Tom | Outlook - Calandaring | 4 | May 8th 06 09:17 PM |