AwPop.GetMessageList Method 

Gets a list of messages.

[Visual Basic]
Public Function GetMessageList() As String()
[C#]
public string[] GetMessageList();

Return Value

Returns an array of string "MessageNumber Size" if successful; otherwise null.

Example

How to get a list of messages.

Dim list As String() = pop.GetMessageList()
string[] list = pop.GetMessageList();

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.