I would appreciate confirmation on this one: Tested on xp pro + ol 2003 Monitor the personal calendar Item_change event for this from an add-in. - Go into the...
John in 't Veld
jiv@...
Apr 1, 2004 10:18 am
23249
Another thing I found: ol 2003 on xp pro Create an additional calendar folder for this one. Create a number of appointments in it. Creating the item sometimes...
John in 't Veld
jiv@...
Apr 1, 2004 10:25 am
23250
I am attempting to create a filtered MAPITable using a custom field in the filter. I can get this to work fine on a single machine, however moving the code to...
Another one that's not working correctly here. If anyone could test this also? Create a new calendar folder. Create some appointments in the new calendar...
John in 't Veld
jiv@...
Apr 1, 2004 1:50 pm
23252
just curious. What language are you using to create the addin? I want to recreate what you are seeing and see if it happens in C++ and/or C# and/or vb6. John...
Thanks. I use vb6 sp5. I'm curious to hear what happens on your side. This reminder thing is not related to an add-in I think. The other two are more...
John in 't Veld
jiv@...
Apr 1, 2004 2:31 pm
23254
I hope I'm not spamming the list, but the more I look at it the more 'new features' I find. The Outlook explorer folder switch event is not firing when I...
John in 't Veld
jiv@...
Apr 1, 2004 5:15 pm
23255
You will need to call GetIDsFromNames() using a message in the folder where you perform the search, passing the appropriate GUID and ID to retrieve the...
Sure, do you mean ((1 OR 2) AND 3)? set Restr = Filter.SetKind(RES_AND) set Restr3 = Restr.Add(RES_PROPERTY) 'set Restr3 properties here '... Set Restr12 =...
I made a C# addin and it works fine. How are you advising the folder switch event? Does it continue working on other folders after the below scenario? John...
Yes it does work that way but it does make since. When calendars are side by side there are basically 2 folders selected at the same time. You will notice if...
Happened every time in my C# addin. Do you have sufficient error handling in your addin code? There are many things that will just cause your code to exit the...
This does not occur in my addin. Please make sure you have the proper error handling in your code. You may want to start with a trimmed down addin that does...
Hi, A number of our users have more than one mailbox on exchange. They have their main box, then permission to see and send from several other generic boxes. ...
I don't understand that this works fine. In your response to 'RE: OL 2003 events - Side by Side Calendars bug' you say : "When calendars are side by side there...
John in 't Veld
jiv@...
Apr 2, 2004 7:46 am
23265
folder list view is different than the calendar view. In the left pane at the bottom there are 3 icons. The middle one is the folder list. You will notice...
Thanks for this additional information. May I conclude that the also on your system and with your c# add-in: When you are viewing two calendars in a...
John in 't Veld
jiv@...
Apr 2, 2004 3:09 pm
23267
Hi all , Does anyone know if is possible to desable an access permission popup when I use MAPI.Session from cdo dll ? I will be thankful for any help . Thanks ...
correct. This is directly related to the item change event problem with the side by side calendar view. I'm sure there is a way to do it, just need to find...
Working on the flip/flop bug at the moment and found what is causing it. To better define the bug: I am talking about the item_change event that fires as a...
John in 't Veld
jiv@...
Apr 2, 2004 7:49 pm
23270
Thanks for the clarification, I did not get that from your original posting. The itemchange events fires every time I drag the appointment at .5 hr intervals. ...
OK, figured out how to work with the twin calendar view. Along with advising the itemchange event in the folder switch event also do it in the selection...
If you mean the normal Outlook security popup, only if you are the Exchange administrator. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming:...
Sue Mosher
sue@...
Apr 3, 2004 2:21 am
23273
This seems to work indeed! Good work! I hope that the procedure does not have a memory leak because the selection change event fires all the time when working...
John in 't Veld
jiv@...
Apr 3, 2004 4:23 pm
23274
I think it is because there is really no folder switch but an item switch in that view which is demonstrated by using the selection change. The calendars may...
I think they just forgot to add the event. I hope it wil be corrected in the future. However I think the selection change event can be used to build an...
John in 't Veld
jiv@...
Apr 4, 2004 10:37 am
23276
Thanks for your reply , And yes this is the normal Outlook security popup and in my case i'm not using Exchange server , i'm programming a client that need...
In that case, yYou will need to take a different approach. See http://www.outlookcode.com/d/sec.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...