SAVE A .csv ATTACHEMENT AS A NETWORK .xls FILE

  • Thread starter Thread starter WhytheQ
  • Start date Start date
W

WhytheQ

is it possible to set something up, like an Outlook rule, so that when
a certain e-mail arrives in my inbox the csv attachment of that email
is saved into an assigned network folder as a .xls file ?

any pointers greatly appreciated,
Jason.
 
Am 6 Jul 2006 01:35:46 -0700 schrieb WhytheQ:

Jason, in OL >= XP you can set up a run a script rule that triggers if the
e-mail has an attachment. In that function then check the attachment´s
FileName property whether or not it end with ".csv". If so call its
SaveAsFile method.
 
Back
Top