Catalyst Internet Mail .NET

InternetMail.MessageIndex Property

Gets and sets the current message number.

[Visual Basic]
Public Property MessageIndex As Integer
[C#]
public int MessageIndex {get; set;}

Property Value

An integer value which specifies the current message number.

Remarks

The Message property sets or returns the message number for the currently selected mailbox. Message numbers range from 1 through the number of messages available on the server, as returned by the MessageCount property. Setting the Message property to an invalid message number will generate an exception.

See Also

InternetMail Class | SocketTools Namespace