AwPop.GetMessageCount Method 

Gets messages count.

[Visual Basic]
Public Function GetMessageCount() As Integer
[C#]
public int GetMessageCount();

Return Value

Returns messages count if successful; otherwise -1.

Example

How to get messages count.

Dim count As Integer = pop.GetMessageCount()
int count = pop.GetMessageCount();

See Also

AwPop Class | Asterworld.Mail Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.