POP3it Pro

Email downloading made easy.

<- Back to POP3it Pro function list

POP3it_Adv_GetUniqueID

Description

This function returns the Unique Identifier of the current email as provided by the mail server. Depending on the mail server, this Identifier could be unique on a global scale, a server scale, or an account scale. Sometimes, this value is the same as the Message-ID header in the email. Whatever the case, the value should be Unique for the Account you are connected to. If you later connect to the same Account again, you should never find an email with an Identifier of a previous email you downloaded from that Account. If you do not delete an email from the server, you can later get back to this same email by sending this Unique Identifier to the POP3it_Adv_GoToMessage function.

Return Type
Text
Format
POP3it_Adv_GetUniqueID
Related Items
POP3it_Adv_GoToMessage
Example

Code:

POP3it_Adv_GetUniqueID

Result:

Returns something like "000006f1c2cc2241" for the current email.