![]() |
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
|
|||
|
|||
![]()
---Dmitry, you may want to answer this one....
I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG |
#2
|
|||
|
|||
![]()
You will get an Application.Inspectors.NewInspector event.
You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... ---Dmitry, you may want to answer this one.... I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG |
#3
|
|||
|
|||
![]()
Hi Dmitry,
Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. 06-Jul-07 You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... Previous Posts In This Thread: On Friday, July 06, 2007 10:26 PM D wrote: MSG File - Trap Explorer Selection Change Event ---Dmitry, you may want to answer this one.... I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG On Friday, July 06, 2007 11:46 PM Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... Submitted via EggHeadCafe - Software Developer Portal of Choice Silverlight Deployed To SharePoint With Active Directory http://www.eggheadcafe.com/tutorials...oyed-to-s.aspx |
#4
|
|||
|
|||
![]()
Hi Dmitry,
Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. 06-Jul-07 You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... Previous Posts In This Thread: On Friday, July 06, 2007 10:26 PM D wrote: MSG File - Trap Explorer Selection Change Event ---Dmitry, you may want to answer this one.... I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG On Friday, July 06, 2007 11:46 PM Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... On Friday, January 08, 2010 12:45 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Submitted via EggHeadCafe - Software Developer Portal of Choice ..NET GDI+ Icons - Drawing At Runtime For System Tray http://www.eggheadcafe.com/tutorials...--drawing.aspx |
#5
|
|||
|
|||
![]()
Hi Dmitry,
Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. 06-Jul-07 You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... Previous Posts In This Thread: On Friday, July 06, 2007 10:26 PM D wrote: MSG File - Trap Explorer Selection Change Event ---Dmitry, you may want to answer this one.... I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG On Friday, July 06, 2007 11:46 PM Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... On Friday, January 08, 2010 12:45 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:46 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Submitted via EggHeadCafe - Software Developer Portal of Choice Make Your ASP.NET Mobile Forms Timer - Refresh http://www.eggheadcafe.com/tutorials...et-mobile.aspx |
#6
|
|||
|
|||
![]()
Hi Dmitry,
Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. 06-Jul-07 You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... Previous Posts In This Thread: On Friday, July 06, 2007 10:26 PM D wrote: MSG File - Trap Explorer Selection Change Event ---Dmitry, you may want to answer this one.... I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG On Friday, July 06, 2007 11:46 PM Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... On Friday, January 08, 2010 12:45 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:46 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:47 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Submitted via EggHeadCafe - Software Developer Portal of Choice Silverlight 2 Beta 2 - Doing Data Part I http://www.eggheadcafe.com/tutorials...eta-2--do.aspx |
#7
|
|||
|
|||
![]()
Hi Dmitry,
Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. 06-Jul-07 You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... Previous Posts In This Thread: On Friday, July 06, 2007 10:26 PM D wrote: MSG File - Trap Explorer Selection Change Event ---Dmitry, you may want to answer this one.... I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG On Friday, July 06, 2007 11:46 PM Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... On Friday, January 08, 2010 12:45 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:46 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:47 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:48 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Submitted via EggHeadCafe - Software Developer Portal of Choice New RSS Feed Search Page http://www.eggheadcafe.com/tutorials...arch-page.aspx |
#8
|
|||
|
|||
![]()
Try the Explorer.SelectionChange event.
-- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - Conrad Rowlands wrote in message ... Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. 06-Jul-07 You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... Previous Posts In This Thread: On Friday, July 06, 2007 10:26 PM D wrote: MSG File - Trap Explorer Selection Change Event ---Dmitry, you may want to answer this one.... I am using the Explorer Selected Change Event for Outlook 2003 with my own Reply All handler and I noticed if I save the e-mail as a standard MSG to my C:\, I lose all Explorer functionality. So, is there a way to utilize Explorer events when I open an MSG file from the C:\? If not, what other ways are there to capture the Reply All on an exported MSG file? Thanks in advance, DG On Friday, July 06, 2007 11:46 PM Dmitry Streblechenko wrote: You will get an Application.Inspectors.NewInspector event. You will get an Application.Inspectors.NewInspector event. You can then set up an event sink on the Inspector.CurrentItem object and trap its MailItem.Reply event. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DG" wrote in message ... On Friday, January 08, 2010 12:45 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:46 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:47 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks On Friday, January 08, 2010 12:48 PM Conrad Rowlands wrote: Heads.... Brick Walls Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Submitted via EggHeadCafe - Software Developer Portal of Choice New RSS Feed Search Page http://www.eggheadcafe.com/tutorials...arch-page.aspx |
#9
|
|||
|
|||
![]()
It kept asking me to log on once I had posted and as I was enrolling at the time I thought it had not posted my question!
Conrad Rowlands wrote: Brick Walls.... Heads.... 08-Jan-10 Hi Dmitry, Not the first time we've conversed and I doubt the last... First Off I am using out-of-the-box VSTO, initially targetted at 2003 upwards but can draw a line at 2007 if need be.... I wondered if you had any idea on how to trap if the user changes their selection in a calendar. For instance I have a summarised view of the calendar showing the last month's events in a month view format, when I select a visible event within this view (not opening an inspector) and attempt to edit it I would like to know that I have made a new selection of an AppointmentItem. Do you know if this is possible? I do not want to use the ItemChanged event(which gets fired after the save anyway) as this can fire more than once. It seems a bit bizzare to me that we have a Selection Object but seemingly no way of indicating to the user that this object has changed... Any help would be greatly appreciated. Thanks Previous Posts In This Thread: Submitted via EggHeadCafe - Software Developer Portal of Choice ASP.NET 2.0 Virtual Earth Map Custom Server Control http://www.eggheadcafe.com/tutorials...ual-earth.aspx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Explorer' Close event not fired | j | Add-ins for Outlook | 9 | April 2nd 07 02:24 PM |
Check for empty Explorer.Selection causes error in Outlook Today | Slava Barouline | Add-ins for Outlook | 9 | December 22nd 06 02:14 PM |
Explorer onOpen event | BartH_NL | Outlook and VBA | 4 | November 21st 06 08:50 AM |
Trap reply event | SuperSlueth | Outlook - Using Forms | 1 | February 13th 06 09:09 PM |
Trap Reply Event | technoloG | Add-ins for Outlook | 4 | January 18th 06 10:08 PM |