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