Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
(sorry to disagree with you Mike)
lcURL = "[URL unfurl="true"]https://voice.google.com/u/0/messages?itemId=draft-9F5D1ED8-59BD-4D2A-B0FA-AD073C0DFDB3"[/URL]
ShellExecute(0,'open','chrome.exe',m.lcURL,'',1)
lto=[1234567890@vtext.com;1234567890@vtext.com] && USA Verizon text
o=Createobject([outlook.application])
oitem=o.createitem(0)
oitem.subject=[This PO's will need to be looked at]
oitem.Importance=2
oitem.To=lto
oitem.Attachments.Add(lcfile)
TEXT TO lbody NOSHOW
These Po's need to be looked at.
ENDTEXT
oitem.body=lbody+Chr(13)+Chr(10)+Chr(13)+Chr(10)+Sys(16)
oitem.Send
o=.Null.