In Outlook, it shows the sender's display name by default. It will show the display name for those senders who have set their display names.

If you want both display name and email address in the Reading pane please use the below settings.

  1. OPEN OUTLOOK AND SELECT YOUR INBOX
  2. CLICK ON THE "VIEW" TAB
  3. THEN, CLICK ON "ADD COLUMNS"
  4. CLICK ON THE "NEW COLUMN" BUTTON
  5. FILL IN ALL FIELDS  
    1. Choose a name for this column.
    2. Select the "Formula" type  Paste this formula:  IIf(InStr([SearchFromEmail], "@") = 0, "", right([SearchFromEmail],len([SearchFromEmail])))

 

 


        a) MOVE YOUR NEWLY CREATED COLUMN RIGHT UNDER "FROM.” 


 

    

    b) CLICK "OK"


   c) The result would be as below