![]() |
meeting item
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 |
meeting item
Have you looked at MeetingItem.SenderEmailAddress and
MeetingItem.SenderName? -- 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 ... 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 |
meeting item
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? "Ken Slovak - [MVP - Outlook]" wrote: Have you looked at MeetingItem.SenderEmailAddress and MeetingItem.SenderName? -- 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 ... 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 |
meeting item
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? |
meeting item
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 "Ken Slovak - [MVP - Outlook]" wrote: 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? |
All times are GMT +1. The time now is 12:22 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com