MessageIndex Property  
 

Gets and sets the current message number on the server.

Syntax

object.MessageIndex [= value ]

Remarks

The MessageIndex property sets or returns the current message number on the server. Message numbers range from 1 through the number of messages available on the server, as returned by the LastMessage property. Setting the MessageIndex property to an invalid message number will generate an error.

Data Type

Integer (Int32)

See Also

MessageCount Property, MessageFlags Property, MessageSize Property, MessageUID Property