Well, you said you were using Outlook 2003, so why are you using the Outlook
2002 PIA? If you aren't supporting Outlook 2002 use the correct PIA's for
Office 2003.
If you must use the Outlook 2002 PIA then the Outlook object model won't
help you. You'd need to use an API such as CDO 1.21 (security prompts, not
supported in managed code) or Extended MAPI (C++ or Delphi only, long
learning curve, not supported in managed code) or a COM wrapper for Extended
MAPI such as Redemption (
www.dimastr.com/redemption). In those cases you can
then use the MAPI property tag PR_SENDER_EMAIL_ADDRESS (0x0C1F001E).
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Mauro Batista" wrote in message
...
I ken
Yes i have looked but i'am i can“t find MeetingItem.SenderEmailAddress
but
as i said iam using Microsoft.Office.Interop.Outlook version 10.0.454.0
and i
cant find that propertie. there is another away?