T
Tim Gallivan
Does anyone have a link to info concerning sending an alert to a pager with
vb or c##?
Thanks in advance.
vb or c##?
Thanks in advance.
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.
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.