Call send an alert to the user's Desktop or Mobile device if the RedCritter client is minimized. Depending on user preferences, external alerts may not be sent.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public void SetExternalNotification(
	string message
)
Public Sub SetExternalNotification ( _
	message As String _
)

Parameters

message
String
The message to appear in the notification.

See Also