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.ClientAssembly: 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() |