I’m using the following code but it does not delete all the message in a particular folder.
Does anyone know how to correct this code?
For Each MailItem In MyFolder.Items
Debug.Print MailItem.Delete
Next MailItem
Your guidance will be helpfull
Luis