Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   MSG File - Trap Explorer Selection Change Event (http://www.outlookbanter.com/outlook-vba/52013-msg-file-trap-explorer-selection.html)

DG July 7th 07 03:26 AM

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

Dmitry Streblechenko July 7th 07 04:46 AM

MSG File - Trap Explorer Selection Change 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
...
---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




Conrad Rowlands January 8th 10 05:45 PM

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



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

Conrad Rowlands January 8th 10 05:46 PM

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



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

Conrad Rowlands January 8th 10 05:47 PM

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



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

Conrad Rowlands January 8th 10 05:48 PM

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



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

Conrad Rowlands January 8th 10 05:49 PM

Brick Walls.... Heads....
 
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

Dmitry Streblechenko January 9th 10 08:01 AM

Brick Walls.... Heads....
 
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




Conrad Rowlands January 11th 10 09:03 AM

Apologies for the Multi Post
 
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


All times are GMT +1. The time now is 03:38 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