Property Name
PagerFrom
Property Type
String
Description
Sets the name or the pager address of the person who is sending the
pager alert.
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 name or the pager address of the sender
PagerAlert.PagerFrom = 8004100784@PagingService.com
See Also:
Event Logging