Send Method
Sends the current message.
Syntax
snppcontrol.SendRemarks
This method sends the current message. If the control is not already connected to the SNPP server then a connection is created. Then the control attempts to deliver the current message.
Example (Send Page)
SNPPControl.ServerName =
"MyServer"
SNPPControl.CallerId =
"SenderPagerNumber"
SNPPControl.PagerId =
"RecipientPagerNumber"
SNPPControl.Message =
"Hello, this is my message!"
SNPPControl.Send()