M
Michael
I have written an Outlook add-in in C#.Net and may be experiencing a problem
I've seen mentioned in some Outlook newsgroups.
One of my users is reporting that she has messages that sometimes stay stuck
in the Outlook and they have a Sent time of None. I have seen mention of
problems like this when the user browses to the Outbox, though this is not
happening in this case (see http://www.slipstick.com/problems/outbox.htm).
Several people commented that the problem occurs when an add-in is written
in .Net. However, no one has described what a .Net add-in must do, or not
do, to cause/fix this problem.
My add-in does examine messages in the ItemSend event and acts on them if
the subject line contains certain text. This problem is occurring on
messages that do not have this text, so the add-in is doing little more than
getting the mailitem object, reading the subject, and releasing the
mailitem.
Does anyone have any idea how to avoid this problem?
Michael
I've seen mentioned in some Outlook newsgroups.
One of my users is reporting that she has messages that sometimes stay stuck
in the Outlook and they have a Sent time of None. I have seen mention of
problems like this when the user browses to the Outbox, though this is not
happening in this case (see http://www.slipstick.com/problems/outbox.htm).
Several people commented that the problem occurs when an add-in is written
in .Net. However, no one has described what a .Net add-in must do, or not
do, to cause/fix this problem.
My add-in does examine messages in the ItemSend event and acts on them if
the subject line contains certain text. This problem is occurring on
messages that do not have this text, so the add-in is doing little more than
getting the mailitem object, reading the subject, and releasing the
mailitem.
Does anyone have any idea how to avoid this problem?
Michael