Pager

  • Thread starter Thread starter Tim Gallivan
  • Start date Start date
T

Tim Gallivan

Does anyone have a link to info concerning sending an alert to a pager with
vb or c##?

Thanks in advance.
 
Hi Tim,

Sorry no links but I think you might want general ideas as well. It all
actually depends on the interface used to send pager messages. As far as I
know, the most widely used way is an e-mail gate - you send an e-mail to a
certain address and it is forwarded to the recipient's beeper. This is
simple then - you should just send an e-mail from your program, either by
native .NET's System.Web.Mail (which I personally don't like), or with the
CDO.Message object.
 
Check out www.abderaware.com. Products/SNMP

Dmitriy Lapshin said:
Hi Tim,

Sorry no links but I think you might want general ideas as well. It all
actually depends on the interface used to send pager messages. As far as I
know, the most widely used way is an e-mail gate - you send an e-mail to a
certain address and it is forwarded to the recipient's beeper. This is
simple then - you should just send an e-mail from your program, either by
native .NET's System.Web.Mail (which I personally don't like), or with the
CDO.Message object.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Tim Gallivan said:
Does anyone have a link to info concerning sending an alert to a pager with
vb or c##?

Thanks in advance.
 
Thanks to all.


IanR said:
Check out www.abderaware.com. Products/SNMP

Dmitriy Lapshin said:
Hi Tim,

Sorry no links but I think you might want general ideas as well. It all
actually depends on the interface used to send pager messages. As far as I
know, the most widely used way is an e-mail gate - you send an e-mail to a
certain address and it is forwarded to the recipient's beeper. This is
simple then - you should just send an e-mail from your program, either by
native .NET's System.Web.Mail (which I personally don't like), or with the
CDO.Message object.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Tim Gallivan said:
Does anyone have a link to info concerning sending an alert to a pager with
vb or c##?

Thanks in advance.
 
Hi,

I have examples in my book (see below). However, specifics depend on pager
type (and pager service type).

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Back
Top