Catalyst Internet Mail .NET

InternetMail.RecentMessages Property

Gets the number of messages which have recently arrived in the mailbox.

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

Property Value

An integer value which specifies the number of recent messages.

Remarks

The RecentMessages property returns the number of messages which have been recently added to the currently selected mailbox. This property is particularly useful when the INBOX mailbox is selected because it enables the application to check if any new messages have arrived.

See Also

InternetMail Class | SocketTools Namespace