AwPop.GetMessageUniqueIdList Method 

Gets a list of unique ID for distinguishing messages.

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

Return Value

Returns an array of string "[message number] [ID]" if successful; otherwise null.

Example

How to get a list of unique ID for distinguishing messages.

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

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.