There is no Outlook property that returns the sender's email address prior
to Outlook 2003. You can either use CDO (or Redemption to avoid security
prompts -- http://www.dimastr.com/redemption/) to get the From address or
use Outlook to get the Reply To address. Sample code at
http://www.slipstick.com/dev/code/getsenderaddy.htm.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I am trying to write a code in outlook that can capture
> the list of all email ids in the Inbox and save to a text
> file. I used the property expression.SendersName but this
> does not give complete email address. Is there any other
> property that can give me complete email address?