MessageIndex Property

Gets and sets the current message number on the server.

Syntax

object.MessageIndex [= value]

The MessageIndex property syntax has the following parts:

Part Description
object An object expression that evaluates to an InternetMail object.
value A long integer which specifies the message number on the server.

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

See Also

MessageCount Property, MessageFlags Property, MessageSize Property, MessageUID Property


Copyright © 2008 Catalyst Development Corporation. All rights reserved.