Retrieving email address of sender of mailitem

Add-in Express™ Support Service
That's what is more important than anything else

Retrieving email address of sender of mailitem
 
Guest


Guest


How can i retrieve the email address of the sender of a mail item? i have looked at various solutions on the web, most involving the use of GetMessage but this is not a method of _Namespace in outlook2000. Can you please tell me what I am doing wrong?

Regards
Phil
Posted 29 Nov, 2005 17:04:03 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Phil,

At the moment only Outlook 2003 has the SenderEmailType and SenderEmailAddress properties in its Object Model. For all earlier versions you will have to use Extended MAPI or CDO to get access to these properties. BTW, as far as I remember the GetMessage is part of Extended MAPI.

Posted 30 Nov, 2005 07:19:53 Top