Search results

  1. B

    How do I create and send mail in Outlook 2003 from code?

    Apparently the only way to accomplish this is with an external program. I will create a rule that calls "Blat" to do the work. Unless anyone has another idea, I will mark the problem solved.
  2. B

    How do I create and send mail in Outlook 2003 from code?

    Thanks. This has really got me flumoxed.
  3. B

    How do I create and send mail in Outlook 2003 from code?

    Outlook 2003 has rules for message size. However the only action that is remotely close to what I need is to forward the message or reply to the sender. Not acceptable. I need to create a new message alerting the office manager that someone has sent a large message. Our SMTP size limit is much...
  4. B

    How do I create and send mail in Outlook 2003 from code?

    I have spent the better part of a day trying and failing to get the results I need. What I am trying to do is create a rule that checks if an incoming message is greater than a certain size. If it is, I want to send a message to another account with the original message's subject, from, and...
Back
Top