SocketTools .NET Edition

PopClient.Message Property

Gets and sets the current message number.

[Visual Basic]
Public Property Message As Integer
[C#]
public int Message {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

PopClient Class | SocketTools Namespace