NewMessages Property  
 

Return the number of new messages available in the current mailbox.

Syntax

object.NewMessages

Remarks

The NewMessages property returns the number of new, unread messages available to be retrieved from the currently selected mailbox.

This property value is only meaningful when connected to an IMAP server. If the control is connected to a POP3 server, this property will always return the same value as the MessageCount property.

Data Type

Integer (Int32)

See Also

MessageCount Property, RecentMessages Property, UnreadMessages Property, CheckMailbox Method