Appointment are of different types?

  • Thread starter pelle johansson, pellesoft
  • Start date
P

pelle johansson, pellesoft

I have created an com add-in in vb.net and have written an inspector to catch
events within appointments.

When a user create an appointment by just writing the text, the obecjt does
not seems to be complete. If you drag in that object to get the event -
nothing happens.

If you click on the same object and press save - the appointment can now be
caught.

I have to understand the mechanism here - is it so that in scenario 1, the
object are of another type than an appointment, or is it an appointment but
not initiated with nedded information?

Is it perhaps a bug that outlook doesn't initiate the requested values?

Is there another approach to caught this events from another object?

(Sorry for badly written English)

Thanks in advance
 
M

Milly Staples [MVP - Outlook]

Try posting to an Outlook programming group where the programming folks hang
out - you will receive a faster and more on-point answer there.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After furious head scratching, pelle johansson, pellesoft asked:

| I have created an com add-in in vb.net and have written an inspector
| to catch events within appointments.
|
| When a user create an appointment by just writing the text, the
| obecjt does not seems to be complete. If you drag in that object to
| get the event - nothing happens.
|
| If you click on the same object and press save - the appointment can
| now be caught.
|
| I have to understand the mechanism here - is it so that in scenario
| 1, the object are of another type than an appointment, or is it an
| appointment but not initiated with nedded information?
|
| Is it perhaps a bug that outlook doesn't initiate the requested
| values?
|
| Is there another approach to caught this events from another object?
|
| (Sorry for badly written English)
|
| Thanks in advance
 
P

pelle johansson, pellesoft

Hi, can you guide me to what forum i shall address my question. I usually not
using these newsgroups.

Regards
/Pelle
 
M

Milly Staples [MVP - Outlook]

You may want to post this in the microsoft.public.outlook.program_forms
group or in the microsoft.public.outlook.program_vba group..

You will probably receive a faster and more expert answer over there.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After furious head scratching, pelle johansson, pellesoft asked:

| Hi, can you guide me to what forum i shall address my question. I
| usually not using these newsgroups.
|
| Regards
| /Pelle
|
| "Milly Staples [MVP - Outlook]" wrote:
|
|| Try posting to an Outlook programming group where the programming
|| folks hang out - you will receive a faster and more on-point answer
|| there.
||
|| --Â
|| Milly Staples [MVP - Outlook]
||
|| Post all replies to the group to keep the discussion intact. Due to
|| the (insert latest virus name here) virus, all mail sent to my
|| personal account will be deleted without reading.
||
|| After furious head scratching, pelle johansson, pellesoft asked:
||
||| I have created an com add-in in vb.net and have written an inspector
||| to catch events within appointments.
|||
||| When a user create an appointment by just writing the text, the
||| obecjt does not seems to be complete. If you drag in that object to
||| get the event - nothing happens.
|||
||| If you click on the same object and press save - the appointment can
||| now be caught.
|||
||| I have to understand the mechanism here - is it so that in scenario
||| 1, the object are of another type than an appointment, or is it an
||| appointment but not initiated with nedded information?
|||
||| Is it perhaps a bug that outlook doesn't initiate the requested
||| values?
|||
||| Is there another approach to caught this events from another object?
|||
||| (Sorry for badly written English)
|||
||| Thanks in advance
 
P

pelle johansson, pellesoft

Thank, i tried the private mvp-newsgroups instead. I also sent these two
scenarios as cases to MS - hope for assist there. You say forms and vba- this
is regarding com add-in so i don't think it will be better adressed there.

Regards
/Pelle
 
Top