Conversation.GlobalMessageCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the total number of conversation items in the mailbox.
public:
property int GlobalMessageCount { int get(); };
public int GlobalMessageCount { get; }
Public ReadOnly Property GlobalMessageCount As Integer
Property Value
The number of conversation items.
Remarks
Use the MessageCount property to get the total number of conversation items in the current folder.