Brick Walls.... Heads....

  • Thread starter Conrad Rowlands
  • Start date
Status
Not open for further replies.
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)

"DG" <DG> wrote in message

news:5B40AD6B-C303-44B2-B65D-314F6074686D@microsoft.com...

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)

"DG" <DG> wrote in message

news:5B40AD6B-C303-44B2-B65D-314F6074686D@microsoft.com...

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

New RSS Feed Search Page

http://www.eggheadcafe.com/tutorial...6e-df15e06fb028/new-rss-feed-search-page.aspx
 
Try the Explorer.SelectionChange event.

Dmitry Streblechenko (MVP)

-

<Conrad Rowlands> wrote in message

news:20101812494conrad.rowlands@dscallards.com...
> 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)
>

>

> > "DG" <DG> wrote in message
> news:5B40AD6B-C303-44B2-B65D-314F6074686D@microsoft.com...

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

>

> > "DG" <DG> wrote in message
> news:5B40AD6B-C303-44B2-B65D-314F6074686D@microsoft.com...

> 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

> New RSS Feed Search Page
> http://www.eggheadcafe.com/tutorial...6e-df15e06fb028/new-rss-feed-search-page.aspx
 
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:

ASP.NET 2.0 Virtual Earth Map Custom Server Control

http://www.eggheadcafe.com/tutorial...4a9-06059a6087a7/aspnet-20-virtual-earth.aspx
 
Status
Not open for further replies.
Back
Top