SendMessage Method
      
 

Description

Sends message to the contact.


Return Type

None  


Syntax

object.SendMessage Message



The SendMessage Method syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPContact.
Message Required. A XMPPMessage object. Provides reference to XMPPMessage object.

Remarks

When called, this method will send message to the current contact. Message contents depend on properties specified in Message argument.