Documentation >> Macros >> Message Macros >> msgNum
Message Macro: msgNum
Usage:
<!--#msgNum-->
Overview:
Returns the message number.
Optional Attributes:
- msgNum="[number/special value]" : Used to override the context's default message number. Values can be the number of a message, or relative to the context's message. Acceptable relative values are: "next" (next valid message), "prev" (previous valid message), "nextThread" (top of next thread), "prevThread" (top of previous thread), "top" (first message in current thread), "inresponseto" (the message the current message is a reply to).
- link="[true/false]" : If True, the message number will be linked to the msg's URL.
- urlencode="[true/false]" : If true, encode the the returned text for use in a URL. Default: false
- entify="[true/false]" : If true, return the text with special html characters entified. Default: false
View in DG
|