Announcements
what am I doing wrong?
This:
Is producing this:
I am wanting 'here' to be the link!
*edit wrote wrong connector in first example
Follow this format
Office365Outlook.SendEmailV2("rob.rush@hithere.com","example","<a href=www.powerusers.microsoft.com>Click Me!</a>",{IsHtml:true})
Still issues, arrrggghhhh! this should be so simple!
Sorry this is the latest
you are typing it wrong still.
here is the syntax
Office365Outlook.SendEmailV2( EmailAddresses, SubjectLine, EmailBody(where all the stuff in your concat should go, though if you have a lot going into the body you might preset it up in an html textbox and reference that for a nicer look), //Now at the end of everything place , {special attributes} {IsHtml:true})
IsHTML must be set to true and it looks like in your screenshot it isnt beign set to anything.
If that doesnt fix it then maybe try moving it to the last parameter of the email call as there is where the optional items generally go. the object that is passed that contains those optional things such as isHTML, or attachments, or sensitivity etc is denoted by {} and must the last parameter passed. ( not sure if this is correct or not but can try it if the above doesnt work )
edit: there were like 4 responses poseted while I typed this 😅
that is correct, he put the special attributes between two portions of body & left off the :true, both will make this code fail
Thanks!
Thanks
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 402 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 296 Most Valuable Professional