Caption Property
      
 

Description

Holds caption of the message.


Property type

A String value.  


Syntax

object.Caption [= value]



The Caption Property syntax has these parts:

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

Remarks

Holds message's caption information. This is typically used for the title or subject of the message.

To get actual body of the message, use Text property.

wodAppUpdate doesn't use this information internally. It's up to you to decide what to do about it.