cancel
Showing results for 
Search instead for 
Did you mean: 

Draft an Email ,Add Attachments and Save it as .msg without Sending it

ArjunAshok
Level 2
I have a requirement to create a draft an email in Outlook ,After setting up the Email subject, body and Attachment I need to save it in .msg format  rather than sending it

Is this Possible with Outlook VBO's or Agilify exchange action's ?
1 BEST ANSWER

Best Answers

ManishKumar
Level 7
Hi Arjun,

Please follow below steps for MS Outlook Email VBO:
1. Create copy of Send Email Action As Save Email
2. Rename Send Item Code bock - Save Email (or any new name) 
3. Add Parameter as Input for save Location of msg file  

Open code block and comment and as per below:
'mail.Save
'mail.Send
mail.SaveAs("File location to save.msg /Parameter as input")

Working for me. Hope same will work for you as well.

Thank you.

View answer in original post

1 REPLY 1

ManishKumar
Level 7
Hi Arjun,

Please follow below steps for MS Outlook Email VBO:
1. Create copy of Send Email Action As Save Email
2. Rename Send Item Code bock - Save Email (or any new name) 
3. Add Parameter as Input for save Location of msg file  

Open code block and comment and as per below:
'mail.Save
'mail.Send
mail.SaveAs("File location to save.msg /Parameter as input")

Working for me. Hope same will work for you as well.

Thank you.