ReadEmailsWithUID method: MCFGetMail class
Syntax
ReadEmailsWithUID(UID)
Description
Use the ReadEmailsWithUID method to read and return an email based on a unique identifier UID. This method uses the connection properties set by SetMCFEmail. Emails that have an attachment are also read.
Parameters
| Parameter | Description |
|---|---|
|
UID_List |
The UID is the unique identifier of the email. This parameter is only unique within a particular user account. POP3 and IMAP 4 mail servers automatically create a unique identifier for an email when the server receives the email. The list can contain multiple values, each separated by a space. |
Returns
A reference to an array of MCFInboundEmail.
Related Topics