I would like to have the possibility to sort emails inside an inbox or any other folder or subfolder inside outlook.
When using the "Get email (V3)" I'm just able to retrieve the top message (that is the newest one).
But I need to get the oldest one.
Something like, using the SQL syntax, "order by asc".
My scope is to identify the oldest message in the box, that is the message with the oldest receivedDateTime field.