SAVE A .csv ATTACHEMENT AS A NETWORK .xls FILE

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.
 
M

Michael Bauer

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.
 
Top