Formatting Email using the new Outlook VBO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-11-18 02:15 PM
Hey guys,
Wanted to check if anyone had formatting issues regarding the new outlook VBO when sending emails? I previously used MAPIEx to send emails and the formatting works fine (like using the Newline() functions). However when I moved to the new Outlook VBO, it seems that the VBO isn't recognizing these functions. It just types the email in one straight line.
Any tips would be appreciated. Thanks!
/Marc
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-11-18 02:55 PM
Hi,
You have to use Html tags to format your email body.So instead of using NewLine() make use of tag and put your message between ""Your message body here"" tag.
ex-
""""&
""Hi Team""&""""&""""&
""Thank you,""&"" ""&
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-11-18 05:59 PM
Hi Ravinder,
Thanks for the quick tip. I'll try it out. Maybe I missed the part where it said that the new VBO is using HTMl formatting. Thanks again! Appreciate it.
/Marc
