IPagerAlert Property: PagerServerAddress

Property Name
PagerServerAddress

Property Type
String

Description
Sets the Domain Name System (DNS) or Internet Protocol (IP) address of the computer, which is used as the pager server.

Example

Dim PagerAlert As IPagerAlert
'Get the interface. 'DirectScript.EventLogger.1'is the ProgId of 'the Event Logger component.
Set PagerAlert = CreateObject ("DirectScript.EventLogger.1")
'Set the IP Address of the pager server machine
PagerAlert.PagerServerAddress = "192.168.0.1"

 

See Also: