Catalyst Internet Mail .NET

InternetMail.ProgressEventArgs.Message Property

Gets the message number.

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

Property Value

An integer value which specifies the message number.

Remarks

The Message property specifies the message number for the current message that is being downloaded from the mail server to the local host. If the OnProgress event occurs while message data is being submitted to the server, this property will return a value of zero.

See Also

InternetMail.ProgressEventArgs Class | SocketTools Namespace