V
Venkat
I am developing a COM add-in for outlook using visual
basic. When I open a new mail and attached a file, the
attachmentadd event fires and the attachment count becomes
1. After that I delete the attachment. Then I checked the
attachment count in debug window typing ?
objmailitem.attachments.count. But it displays 1 still. Is
there any events like attachmentdelete? Or tell me one
solution to maintain the attachment count while adding and
deleting attachments?
basic. When I open a new mail and attached a file, the
attachmentadd event fires and the attachment count becomes
1. After that I delete the attachment. Then I checked the
attachment count in debug window typing ?
objmailitem.attachments.count. But it displays 1 still. Is
there any events like attachmentdelete? Or tell me one
solution to maintain the attachment count while adding and
deleting attachments?