Guest
|
Posted:
Wed Oct 19, 2005 4:58 pm Post subject:
Outlook/Exchange rules breaking? |
|
|
I have several server-side rules I defined using the Rules.dll COM
component - rules to move a message based on criteria such as the
filename of an attachment or its MIMEtype (not available via the
Outlook UI, but the component supports it).
I run the rules on messages received in my Inbox. All of the messages
are generated by another service of mine and sent via SMTP into the
Exchange server.
The problem is the rules are only working for some cases. If I send a
message containing an attachment (data.xml, for instance) and put that
in the rule, it will simply fail - no errors, simply doesn't apply the
rule. If, however, I also have ANOTHER attachment in the message (in
this case, winmail.dat, a TNEF encoded message), the same rule DOES
work and finds the "data.xml" attachment.
Does anyone have any clue or pointer to look for?
|
|