View Single Post
  #1  
Old April 18th 07, 09:52 PM posted to microsoft.public.outlook.program_addins
Dave
external usenet poster
 
Posts: 15
Default ContactItem Write event not getting called

Anyone know how to do this?

In my COM addin using outlook 2000 I have a Write and a Close event for the
contact item and the Close event gets called, but the Write event never gets
called. Am I doing something wrong?

Private WithEvents objContact As Outlook.ContactItem

Private Sub objContact_Write(Cancel As Boolean)

End Sub

Private Sub objContact_Close(Cancel As Boolean)


End Sub

Dave


Ads