Back to product page

Subject property


Holds message subject.

Type

String

Syntax

  • Basic
object.Subject [= value]
The Subject(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPMessage
valueA 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.

Platforms

Windows