Sends UIDL command to the pop3 server. Returns a key value collection. Keys are message numbers (starting from 1) value is a unique-id of the message.

Namespace:  Lesnikowski.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.10208.1049

Syntax

C#
public Dictionary<long, string> ListUniqueID()
Visual Basic (Declaration)
Public Function ListUniqueID As Dictionary(Of Long, String)
Visual C++
public:
Dictionary<long long, String^>^ ListUniqueID()

Return Value

Key value collection, with message number as key and unique-id as a value

See Also