PC Review


Reply
Thread Tools Rate Thread

how can I sort email by sender's domain?

 
 
=?Utf-8?B?UHJvamVjdERpcmVjdG9y?=
Guest
Posts: n/a
 
      26th Aug 2007
I need to group email by sender's domain name, not the sender's display name.
This way, all the communications with a certain company can easily be filed
together.
 
Reply With Quote
 
 
 
 
Ben M. Schorr, MVP
Guest
Posts: n/a
 
      26th Aug 2007
What version of Outlook are you using? I don't know any way to group by
domain name but if you're using Outlook 2007 I guess you could use the
Search tool to quickly filter e-mails that only have the domain name in
question.

Otherwise I guess you could look around for a 3rd party add-in that parses
the domain name. I've never seen one though.

--
-Ben-
Ben M. Schorr, MVP
Roland Schorr & Tower
http://www.rolandschorr.com
http://www.officeforlawyers.com/outlook.htm


"ProjectDirector" <(E-Mail Removed)> wrote in
message news:27809046-C696-4EB8-B382-(E-Mail Removed)...
>I need to group email by sender's domain name, not the sender's display
>name.
> This way, all the communications with a certain company can easily be
> filed
> together.


 
Reply With Quote
 
F. H. Muffman
Guest
Posts: n/a
 
      27th Aug 2007
"ProjectDirector" <(E-Mail Removed)> wrote in
message news:27809046-C696-4EB8-B382-(E-Mail Removed)...
>I need to group email by sender's domain name, not the sender's display
>name.
> This way, all the communications with a certain company can easily be
> filed
> together.



Sounds like the perfect job for a Search Folder. Or, if the ultimate goal
is to get the mail from that company into a specific folder, build a rule
and just run it.

--
f.h.

 
Reply With Quote
 
=?Utf-8?B?QmFuZGl0?=
Guest
Posts: n/a
 
      4th Oct 2007


"F. H. Muffman" wrote:

> "ProjectDirector" <(E-Mail Removed)> wrote in
> message news:27809046-C696-4EB8-B382-(E-Mail Removed)...
> >I need to group email by sender's domain name, not the sender's display
> >name.
> > This way, all the communications with a certain company can easily be
> > filed
> > together.

>
>
> Sounds like the perfect job for a Search Folder. Or, if the ultimate goal
> is to get the mail from that company into a specific folder, build a rule
> and just run it.
>
> --
> f.h.
>
>

 
Reply With Quote
 
=?Utf-8?B?QmFuZGl0?=
Guest
Posts: n/a
 
      4th Oct 2007


"F. H. Muffman" wrote:

> "ProjectDirector" <(E-Mail Removed)> wrote in
> message news:27809046-C696-4EB8-B382-(E-Mail Removed)...
> >I need to group email by sender's domain name, not the sender's display
> >name.
> > This way, all the communications with a certain company can easily be
> > filed
> > together.

>
>
> Sounds like the perfect job for a Search Folder. Or, if the ultimate goal
> is to get the mail from that company into a specific folder, build a rule
> and just run it.
>
> --
> f.h.
>
>


I agree with ProjectDirector

I do not sort my mails by company but rather by sales task and it would be
great to be able to collapse mails by senders domain so that you can review
the snders company mail quickly. Search folders will not work in this case.

BH
 
Reply With Quote
 
F. H. Muffman
Guest
Posts: n/a
 
      4th Oct 2007
"Bandit" <(E-Mail Removed)> wrote in message
news:219E3234-593C-4577-8C9D-(E-Mail Removed)...
>> >I need to group email by sender's domain name, not the sender's display
>> >name.
>> > This way, all the communications with a certain company can easily be
>> > filed together.

>>
>>
>> Sounds like the perfect job for a Search Folder. Or, if the ultimate
>> goal
>> is to get the mail from that company into a specific folder, build a rule
>> and just run it.
>>

>
> I agree with ProjectDirector
>
> I do not sort my mails by company but rather by sales task and it would be
> great to be able to collapse mails by senders domain so that you can
> review
> the snders company mail quickly. Search folders will not work in this
> case.



Not every solution will work for every person.

If you need it to be dynamic (which I didn't get any indication that the
original person needed dynamicosity), then you'd need to build a DLL that
can be used as a custom action on a rule to pull out the senders domain and
then drop it in an unused field (like Mileage) and group by that.

Personally, I'd work through my email one by one and build a search folder
as needed. I hit message 1, it's from somedomain.what, I build a search
folder. Take care of all the messages. I go back, hit what should now be
message 1, it's from otherdomain.what, I edit the search folder, I take care
of all the messages.

--
f.h.

 
Reply With Quote
 
=?Utf-8?B?QmFuZGl0?=
Guest
Posts: n/a
 
      5th Oct 2007


"F. H. Muffman" wrote:

> "Bandit" <(E-Mail Removed)> wrote in message
> news:219E3234-593C-4577-8C9D-(E-Mail Removed)...
> >> >I need to group email by sender's domain name, not the sender's display
> >> >name.
> >> > This way, all the communications with a certain company can easily be
> >> > filed together.
> >>
> >>
> >> Sounds like the perfect job for a Search Folder. Or, if the ultimate
> >> goal
> >> is to get the mail from that company into a specific folder, build a rule
> >> and just run it.
> >>

> >
> > I agree with ProjectDirector
> >
> > I do not sort my mails by company but rather by sales task and it would be
> > great to be able to collapse mails by senders domain so that you can
> > review
> > the snders company mail quickly. Search folders will not work in this
> > case.

>
>
> Not every solution will work for every person.
>
> If you need it to be dynamic (which I didn't get any indication that the
> original person needed dynamicosity), then you'd need to build a DLL that
> can be used as a custom action on a rule to pull out the senders domain and
> then drop it in an unused field (like Mileage) and group by that.
>
> Personally, I'd work through my email one by one and build a search folder
> as needed. I hit message 1, it's from somedomain.what, I build a search
> folder. Take care of all the messages. I go back, hit what should now be
> message 1, it's from otherdomain.what, I edit the search folder, I take care
> of all the messages.
>
> --
> f.h.
>
>

Thanks for the feedback. I will look into the customization a little more
but was hoping that there would be something default.

Do you have any examples of something similar that has been done (source
code perhaps ;-)

regards

BH
 
Reply With Quote
 
Brian Tillman
Guest
Posts: n/a
 
      5th Oct 2007
F. H. Muffman <(E-Mail Removed)> wrote:

> dynamicosity


Great word. Better get a patent on it.
--
Brian Tillman [MVP-Outlook]
 
Reply With Quote
 
F. H. Muffman
Guest
Posts: n/a
 
      5th Oct 2007
"Brian Tillman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> F. H. Muffman <(E-Mail Removed)> wrote:
>
>> dynamicosity

>
> Great word. Better get a patent on it.



I sat here for a good 10 minutes trying to come up with a real word that fit
and seriously came up blank. Unless dynamism is actually a word....

--
f.h.

 
Reply With Quote
 
F. H. Muffman
Guest
Posts: n/a
 
      5th Oct 2007
"Bandit" <(E-Mail Removed)> wrote in message
news:55D985B2-1666-4279-BA0A-(E-Mail Removed)...
>> >> >I need to group email by sender's domain name, not the sender's
>> >> >display name.
>> >> > This way, all the communications with a certain company can easily
>> >> > be
>> >> > filed together.
>> >>
>> >>
>> >> Sounds like the perfect job for a Search Folder. Or, if the ultimate
>> >> goal is to get the mail from that company into a specific folder,
>> >> build a rule
>> >> and just run it.
>> >>
>> >
>> > I agree with ProjectDirector
>> >
>> > I do not sort my mails by company but rather by sales task and it would
>> > be
>> > great to be able to collapse mails by senders domain so that you can
>> > review the snders company mail quickly. Search folders will not work in
>> > this
>> > case.

>>
>> Not every solution will work for every person.
>>
>> If you need it to be dynamic (which I didn't get any indication that the
>> original person needed dynamicosity), then you'd need to build a DLL that
>> can be used as a custom action on a rule to pull out the senders domain
>> and
>> then drop it in an unused field (like Mileage) and group by that.
>>
>> Personally, I'd work through my email one by one and build a search
>> folder
>> as needed. I hit message 1, it's from somedomain.what, I build a search
>> folder. Take care of all the messages. I go back, hit what should now
>> be
>> message 1, it's from otherdomain.what, I edit the search folder, I take
>> care
>> of all the messages.
>>

> Thanks for the feedback. I will look into the customization a little more
> but was hoping that there would be something default.


Honestly, I don't think this particular work style is something that the
developers thought of, mostly because, well, who cares what domain the mail
came from? Either you have a contact there and you'll recognize the name,
or you won't and it doesn't matter. If there's a particular domain you have
a vested interest in, it's easy enough to build a search folder, or to use
the coloring to make it a certain color.

I mean, maybe I have a limited worldview, or my style of work, but I can't
really think of a situation where it matters what domain the mail came from
on a user by user basis.

> Do you have any examples of something similar that has been done (source
> code perhaps ;-)



Nope, nothing here. http://www.outlookcode.com is where I'd go.

--
f.h.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sort e-mail by sender's domain - Outlook 2007 davefeete General Software 3 26th Sep 2011 02:01 PM
How to sort email by # items received from sender? invincible Microsoft Outlook 1 3rd Jan 2007 12:19 PM
Sort Outlook emails by domain names of sender (grouped together) =?Utf-8?B?QXJ0aHVyIFZhbiBCdXJlbg==?= Microsoft Outlook VBA Programming 2 27th Jul 2006 12:17 PM
Outlook should allow to sort e-mails by Domain of Sender =?Utf-8?B?TW9v?= Microsoft Outlook Discussion 0 6th Jan 2005 07:43 PM
Outlook: Option to sort email by sender's domain =?Utf-8?B?VGltIEM=?= Microsoft Outlook Discussion 0 11th Oct 2004 10:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:08 AM.