[AccessD] Phoning from Access - updated.

Jim Lawrence accessd at shaw.ca
Fri May 28 17:45:27 CDT 2010


Thanks for the heads up Doug... way cool.

Jim



-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Doug Steele
Sent: Friday, May 28, 2010 3:08 PM
To: Access Developers discussion and problem solving
Subject: [AccessD] Phoning from Access - updated.

Thanks for the replies I got to my previous post.

My client decided to try using Skype for outgoing calls from his office.
When I investigated, I discovered that Skype kindly provides both an API and
a COM dll for developers.

https://developer.skype.com/

Using the dll, it takes three lines of code to place a call:

  Dim oSkype As New SKYPE4COMLib.Skype
  Dim oCall As New SKYPE4COMLib.Call
  Set oCall = oSkype.PlaceCall(textPhoneNumber)

Doug
-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list