Previous Thread:   Set Ms Word application size to equal Outlook application size ?

9/22/2005 7:26:15 AM    Re: Get Received date from a email
In Outlook 2003, you can use the MailItem.SenderEmailAddress, but note =  
  
that it's subject to security prompts.=20  
  
In earlier versions, there is no Outlook property that returns the =  
  
sender's email address. 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.outlookcode.com/d/code/getsenderaddy.htm  
  
To get the SMTP address from an Exchange sender or recipient, use CDO or =  
  
Redemption and the PR_EMAIL (&H39FE001E) MAPI property to obtain the =  
  
SMTP address from the AddressEntry object. See =  
  
http://www.outlookcode.com/d/code/getsenderaddy.htm#redemption and =  
  
http://www.cdolive.com/cdo5.htm#EMailAddressOfSender for examples. =20  
  
Use the object browser (F2 in VB or VBA) to get the names of the other =  
  
MailItem fields, including the date fields.=20  
  
--=20  
  
Sue Mosher, Outlook MVP  
  
Author of Configuring Microsoft Outlook 2003  
  
http://www.turtleflock.com/olconfig/index.htm  
  
and Microsoft Outlook Programming - Jumpstart for=20  
  
Administrators, Power Users, and Developers  
  
http://www.outlookcode.com/jumpstart.aspx  
  
"Lasse Matsson" <lars.matsson@ericsson.com> wrote in message =  
  
news:dgu1rd$jvp$1@news.al.sw.ericsson.se...  
  
from a



9/22/2005 12:42:53 PM    Get Received date from a email
Hi,  
  
How can I read out the senders Email adress and  when I received it from a  
  
mail?  
  
I can get the SenderName, Subject, Body and Attachment.  
  
But I can“t find how I get the Emailadress and when Ireceived it.  
  
Can somebody help me.  
  
//Lasse