meeting item

M

Mauro Batista

Hi

how can i know the sender email address of a meeting item? i know that in
outlook 2007 assembly exists in the metting item there is a propertie that
return the sender email's address but iam using office 2003 and i can´t find
nothing similar to that.someone can help me?

thank you
Mauro Batista
 
K

Ken Slovak - [MVP - Outlook]

Have you looked at MeetingItem.SenderEmailAddress and
MeetingItem.SenderName?
 
M

Mauro Batista

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?
 
K

Ken Slovak - [MVP - Outlook]

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).
 
M

Mauro Batista

Thank you Ken, i was not aware that i was using outlook 2002 PIA. Sorry for
wasting your time with a very simple problem

best regards,
Mauro Batista
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top