OutputTo Then SendObject

D

DocB1973

I have an OutputTo line in my macro that creates a file that is named based
on standard verbiage and the quote number. Is there a way to use SendObject
to attach the file created in the OutputTo line to an email?

Thanks,
DocB1973
 
S

Steve Schapel

Doc,

Not 100% autoimatic, I'm afraid. You could do your SendObject, with no
object specified, and set the 'Edit Message' argument to Yes. This will get
the email opening in your email client, with message and recipient details
ready to go, but then you will need to manually attach the file created by
the OutputTo action before sending.
 
Top