Sorting Addressees in New Message

A

Annie

Is there any way to automatically alphabetize the names of the recipients
listed in the "TO" or "CC" fields when addressing a message? I did not see
any method when searching general questions.
Thank you for any help. Annie
 
E

Eric Legault [MVP - Outlook]

Not automatically. You could iterate through the Recipients collection to
grab names/address and store them in an array or something, then remove
everyone and add them all back alphabetically.
 
Top