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

See Also

MessageCount Property, RecentMessages Property, CheckMailbox Method


Copyright © 2008 Catalyst Development Corporation. All rights reserved.