cancel
Showing results for 
Search instead for 
Did you mean: 

Attachement with SMTP VBO

Benoitlegare
Level 2
I'm trying to attach a file to an e-mail As far as i understand, i need to pass a collection to the "Attachments" / "Send Message" / "Email - POP3/SMTP" But i'm not sure what i'm supposed to put in that collection (i try putting file paths, but it didn't work)  
4 REPLIES 4

MikeHiggs
Level 5
You can attach files as part of the Send Mail action within MAPIEx. The input is a text string and requires the full path and filename.. multiple files are separated by a semi-colon.  

Benoitlegare
Level 2
Ya, MAPIEx is highly unrealiable... not sure if it has to do with our security set-up, but it keep dropping emails.

MelissaSuarez_G
Level 6
The Attachments collection should have a single column named Path. You would put in there all the attachments that you want to share, one row per file. Do not leave any rows empty, otherwise it will fail. If you don't want to send any attachments simply remove all the rows from that collection.

Benoitlegare
Level 2
Awesome !!!