C
ck
Hi all,
I am trying to get contact item information when user moves the particular
contact item to another folder. I have checked in MSDN library for the list
of event in Outlook 2003. The closest i can get is the ItemRemove event.
Public WithEvents myOlItems As Outlook.Items
Private Sub myOlItems_ItemRemove()
'Do something here
End Sub
The problem is that ItemRemove event does not have any parameter. Do you
know any event that work like ItemRemove event and have Item as parameter.
Thanks.
I am trying to get contact item information when user moves the particular
contact item to another folder. I have checked in MSDN library for the list
of event in Outlook 2003. The closest i can get is the ItemRemove event.
Public WithEvents myOlItems As Outlook.Items
Private Sub myOlItems_ItemRemove()
'Do something here
End Sub
The problem is that ItemRemove event does not have any parameter. Do you
know any event that work like ItemRemove event and have Item as parameter.
Thanks.