Property Name
PagerCc
Property Type
Variant
Description
Sets the pager addresses to whom copies of the pager alert are to
be sent.
Example
Dim PagerAlert As IPagerAlert
Dim CcPagerAddrs(2) As String
'Get the interface. 'DirectScript.EventLogger.1'is the ProgId of
'the
vent Logger component.
Set PagerAlert = CreateObject ("DirectScript.EventLogger.1")
CcPagerAddrs(0) = "8004100782@metrocall.com"
CcPagerAddrs(1) = "8004100783@metrocall.com"
'Set the pager addresses of the persons to whom Cc of message is to
'be sent.
PagerAlert.PagerCc = CcPagerAddrs
See Also: