RemoveEmails method: MCFGetMail class
Syntax
RemoveEmails(UID_List)
Description
Use the RemoveEmails method to delete emails from an account on the mail server, based on the UID_list. It is important to delete emails from the mail server once they are read into PeopleSoft. If you do not delete emails from the mail server after they are read into PeopleSoft, the rowset contains the same collection of email the next time you retrieve email from the mail server.
Parameters
| Parameter | Description |
|---|---|
|
UID_List |
The UID list contains the unique identifier values for the emails that need to be deleted from the mail server. The list can contain multiple values separated by a space. |
Returns
An array of string containing UIDs of the messages that were successfully removed, separated by semicolons.
Related Topics