Creating a view to sort by email domain

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to create a custom view to sort email by domain name (aol.com; hotmail.com)
 
Yes, but it's not really a simple thing -

You need to use VBA code for this. The code can be found here:
http://www.outlookcode.com/codedetail.aspx?id=152

Since the code triggers the automation security in recent versions of
Outlook, you'll probably want to get Express Click Yes or something
(http://www.express-soft.com/mailmate/clickyes.html) to get rid of the
prompts.

This code basically creates a new field named Domain with code that pulls
the sender's domain name as its value. This happens each time a new message
is received. You can add this field to your current view through View |
Current View | Customize Current View | Fields | Select available fields
from... User-Defined Fields in Inbox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top