Subject Property
      
 

Description

Holds message subject.


Property type

A String value.  


Syntax

object.Subject [= value]



The Subject Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPMessage.
value A String value.

Remarks

A message that is sent/received can also have a subject assigned to it. If you wish to send a message with subject set, then you should assign value to this property. If a message received was assigned subject, this property will hold it's value.