.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::Uidl

This is the unique ID assigned by the POP3 server. Emails can be retrieved or deleted from the POP3 server via the UIDL. The header field for this property is "X-UIDL".

  Declarations  
    [Visual Basic]
Public ReadOnly Property Uidl As String

[C#]
public string Uidl {get;}

[C++]
public: __property String* get_Uidl();

[JScript]
public function get Uidl() : String;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.