Outlook or Publisher VBA ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All
I Have set a rule so when an incoming file from a specific email arrives
it puts the file in a new folder and opens publisher, but does not open that
specific file. I am trying to have it open publisher convert the file to a
pdf & return the file to the sender.
Cheers
peterm
 
In Outlook 2002 or 2003, you could use a "run a script rule" to run an
Outlook VBA procedure with a MailItem argument, that item being the item
that triggered the rule. The Outlook VBA code could then use Publisher
automation code (the details of which I know nothing about -- ask on a
Publisher forum, perhaps).
 
Back
Top