SendMsg

Top  Previous  Next

 

SendMsg(const Dest, Msg: String); - Delphi syntax

SendMsg(string Dest, string Msg); - C# syntaxt

SendMsg(Dest As String, Msg As String); - VB.NET syntaxt

 

Description

Sends the SIP MESSAGE packet to a remote party (identified by URI 'Dest') with 'Msg' content.

Please be aware - this is an asynchronous method.

 

 

OnMessageSent event will occur if the message is sent ok.

OnMessageFailed event will occur if the sending of the message failed.