MsgID Property

       

Returns the string identifier of the currently indexed message. This property is not available at design time and is read-only at run time.

Syntax

object.MsgID

The MsgID property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.

Remarks

The message-identifier string is a system-specific, 64-character string used to uniquely identify a message. The value of MsgID depends on the currently indexed message, as selected by the MsgIndex property.

Data Type

String