-1

How do I remove the "grouping" of my email into "Today", "Yesterday", "Last Week", etc. from Outlook Web Access. I know how to do this from the actual Outlook program, but I cannot figure out how to do it from the web interface.

I do not want to do it programmatically - I want to do it via the actual OWA app.

Please see screenshot here:

screenshot

I just want my emails listed, one after another...These are NOT conversations. :-)

Perhaps this needs to be moved to another site rather than here...

Thanks!

DaveZ
  • 1
  • 2

1 Answers1

0

It looks like you need to customize the current folder view in Outlook. The CurrentView property returns a View object representing the current view.

The Outlook Views page in MSDN describes views in depth. Also you may find the Filtering and Specifying Fields in a View and Sorting Fields in a View articles helpful.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45