D
Dave
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
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