GetAlert Method
Description
Gets the alert specified by the alert ID.Gets the alert specified by the alert ID.
Syntax
Visual Basic
Public Function GetAlert( _
   ByVal ID As Long _
) As Object
Parameters
ID
The alert ID.
Return Type
An IDispatch reference to an Alert object.
See Also