![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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? |
#5
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
i am not able to print meeting item through Process | s.senthil kumar | Outlook and VBA | 1 | August 17th 07 02:00 AM |
Sending the file attachment of an appointment item to all the invitees of the meeting | dev | Add-ins for Outlook | 5 | February 6th 07 02:41 PM |
Item.Save and Item.Close Script causes Outlook 2007 to Crash | Rayyan | Outlook - Using Forms | 6 | November 25th 06 03:14 AM |
Outlook 2003 recurring meeting, recurring item tab not opening | [email protected] | Outlook - Calandaring | 0 | November 21st 06 05:18 PM |
Meeting requests not coming into Outlook (2003) as Calendar item? | Sue Mosher [MVP-Outlook] | Outlook - Calandaring | 0 | January 18th 06 10:20 PM |