johncallaghan
Registered User.
- Local time
- Today, 20:13
- Joined
- Sep 12, 2005
- Messages
- 40
I want to be able to send a SMS message from Ms Access by starting Ms Outlook and use the phone number from Access and insert a text message.
I have downloaded and installed Microsoft Outlook SMS Addin (MOSA) which allows SMS to be sent via a mobile phone connected to the computer.
I can do this directly in Outlook and I can send email from Access so I am looking but I am looking for the equivalent of EmObj.to = "John@abc.com" for
something like Em.Obj.SMS = "07771234567"
Any help would be greatly appreciated.
(email EmObj is an Outlook.MailItem)
thanks
John
I have downloaded and installed Microsoft Outlook SMS Addin (MOSA) which allows SMS to be sent via a mobile phone connected to the computer.
I can do this directly in Outlook and I can send email from Access so I am looking but I am looking for the equivalent of EmObj.to = "John@abc.com" for
something like Em.Obj.SMS = "07771234567"
Any help would be greatly appreciated.
(email EmObj is an Outlook.MailItem)
thanks
John