M
MWE
I am running Outlook2000 under WinXP. A few months ago I
posted a problem I was having with Outlook to this
newsgroup. In particular, I wanted to do some checking of
outgoing messages and tried to use the procedure
Application_ItemSend. The code placed in that procedure
did not seem to work. After placing some simple debug
statements in the procedure, I discovered that the
procedure was never called. I received some suggestions,
tried them all, including reloading Outlook, but nothing
worked. Other VBA applications in Outlook worked fine.
I have discovered a clue to the problem, but am not sure
what it means. If the message being sent is in "Plain
Text" or "HTML", Application_ItemSend is not called. But
if the message is in Rich Text, the procedure is called.
Anyone have any ideas what might be going on here?
Thanks
posted a problem I was having with Outlook to this
newsgroup. In particular, I wanted to do some checking of
outgoing messages and tried to use the procedure
Application_ItemSend. The code placed in that procedure
did not seem to work. After placing some simple debug
statements in the procedure, I discovered that the
procedure was never called. I received some suggestions,
tried them all, including reloading Outlook, but nothing
worked. Other VBA applications in Outlook worked fine.
I have discovered a clue to the problem, but am not sure
what it means. If the message being sent is in "Plain
Text" or "HTML", Application_ItemSend is not called. But
if the message is in Rich Text, the procedure is called.
Anyone have any ideas what might be going on here?
Thanks