1

Is there any way to add email sorting functionality in outlook addin by date, from the oldest to the newest emails through frontend.

In case of any possibility kindly suggest me how can I do this, Thanks.

3
  • What exactly are you trying to do? Change the folder sort order as shown by Outlook to the end-user? Loop through a folder messages in a particular order? Commented Aug 13, 2024 at 14:31
  • I want to change order of my inbox emails. Is it possible? Commented Aug 14, 2024 at 2:43
  • 1
    Not in a JS addin. In OOM (COM based), you can use Explorer.CurrentView / TableView.SortFields. Commented Aug 16, 2024 at 4:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.