property BeepChannel.MessageID as Long
Returns current message ID in the channel.

  TypeDescription 
   Long Long integer value that holds current message ID in the channel. 
 

MessageID property will return current MessageID value for next message that will be sent/received on the channel. As you might know, each message in the channel has its own unique ID that is incrementing from 0 on each new message. Applications should not interfere with this number, and can use it only for informational purposes.