Hi all,
I have this code working well:
Office365Outlook.SendEmailV2("myname@misite.com","Subject-"&DataCardValue11_2.Selected.Value&"-"&DataCardValue12_2.Text,"Sub2-:-"&DataCardValue11_2.Selected.Value&""&"<br>"&"<br>"&"DATE-:-"&DataCardValue10_2.SelectedDate&""&"<br>"&""&"<br>"&"Sub3-:-"& DataCardValue12_2.Text&""&"<br>"&""&"<br>"&"Sub4-:-"& DataCardValue13_2.Text &""&"<br>"&""&"<br>Sub5----:"& DataCardValue14_2.Text &""&"<br>"&""&"<br>"&"Sub6-:-"& DataCardValue15_2.Text &""&"<br>"&"<br>"&"Sub7-:-"& DataCardValue16_2.Text&""&"<br>"&"<br>"&""&"Sub7"&""&"<br>"&User().FullName) &""&"<br>"&"{Attachments:AddColumns(RenameColumns(EmlAtt.Attachments ,"&" "Value" "&" ContentBytes")&""& "@odata.type"&""& "")})
Now I want to include attachment bit and code is in RED , but gives me errors and can't figure out what am I doing wrong...
Please help...
PS: EmlAtt is the attachment control