How to have .net code call pager or phone

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

I need to code in a web service call a pager and/or a phone and leave a
automated message as an alert when certain events occur. I don't even know
where to start with this or if its possible. I also need to have an answer
on this ASAP to respond to a client. Can anyone advise on how to approach
this?

Thanks.
 
Hello,

To implement this, you need a Short Message Service (SMS) provider which
can provider such server for you: your .NET application act as a client of
their service, and they provide programming SDK/Component/Interface for
your development.

Regards,

Luke Zhang
Microsoft Online Community Lead

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top