IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

Send Method

Sends the current message.

Syntax

[VB.NET]
Public Sub Send()
[C#]
public void Send();

Remarks

This method sends the current message. If the component is not already connected to the SNPP server then a connection is created. Then the component 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()

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0