MSG File - Trap Explorer Selection Change Event

G

Guest

---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
 
D

Dmitry Streblechenko

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
 
C

Conrad Rowlands

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, CD
and MAPI Developer Too


Previous Posts In This Thread:

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

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, CD
and MAPI Developer Too



Submitted via EggHeadCafe - Software Developer Portal of Choice
Silverlight Deployed To SharePoint With Active Directory
http://www.eggheadcafe.com/tutorial...0-a705f7bed500/silverlight-deployed-to-s.aspx
 
C

Conrad Rowlands

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, CD
and MAPI Developer Too


Previous Posts In This Thread:

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

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, CD
and MAPI Developer Too


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/tutorial...bfcc-daf22f84c65b/net-gdi-icons--drawing.aspx
 
C

Conrad Rowlands

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, CD
and MAPI Developer Too


Previous Posts In This Thread:

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

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, CD
and MAPI Developer Too


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

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/tutorial...a68-72d2c53b8470/make-your-aspnet-mobile.aspx
 
C

Conrad Rowlands

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, CD
and MAPI Developer Too


Previous Posts In This Thread:

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

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, CD
and MAPI Developer Too


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

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

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/tutorial...cc-58558a7e83f8/silverlight-2-beta-2--do.aspx
 
C

Conrad Rowlands

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, CD
and MAPI Developer Too


Previous Posts In This Thread:

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

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, CD
and MAPI Developer Too


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

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

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

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/tutorial...6e-df15e06fb028/new-rss-feed-search-page.aspx
 
C

Conrad Rowlands

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/tutorial...4a9-06059a6087a7/aspnet-20-virtual-earth.aspx
 

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