Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 23248 - 23277 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23248
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@...
Send Email
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@...
Send Email
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...
sonomaenterprises
sonomaenterp...
Offline Send Email
Apr 1, 2004
12:25 pm
23251
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@...
Send Email
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...
John Luif
jolu_1977
Offline Send Email
Apr 1, 2004
2:15 pm
23253
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@...
Send Email
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@...
Send Email
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 1, 2004
6:53 pm
23256
Can you set a restriction on a MAPITable to 'or' two conditions and then 'and' a third?...
sonomaenterprises
sonomaenterp...
Offline Send Email
Apr 1, 2004
9:13 pm
23257
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 =...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 1, 2004
9:49 pm
23258
Can you use the filter on a MAPI table with a multivalue field, such as categories?...
sonomaenterprises
sonomaenterp...
Offline Send Email
Apr 1, 2004
9:53 pm
23259
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...
John Luif
jolu_1977
Offline Send Email
Apr 2, 2004
2:41 am
23260
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...
John Luif
jolu_1977
Offline Send Email
Apr 2, 2004
2:59 am
23261
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...
John Luif
jolu_1977
Offline Send Email
Apr 2, 2004
3:05 am
23262
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...
John Luif
jolu_1977
Offline Send Email
Apr 2, 2004
3:08 am
23263
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. ...
Dembskey, E. (Evan)
evyn
Offline Send Email
Apr 2, 2004
7:27 am
23264
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@...
Send Email
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...
John Luif
jolu_1977
Offline Send Email
Apr 2, 2004
2:51 pm
23266
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@...
Send Email
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 ...
Rodrigo Vaz
rodrigo_sgm
Offline Send Email
Apr 2, 2004
5:35 pm
23268
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...
John Luif
jolu_1977
Offline Send Email
Apr 2, 2004
6:58 pm
23269
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@...
Send Email
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. ...
John Luif
jolu_1977
Offline Send Email
Apr 3, 2004
1:12 am
23271
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...
John Luif
jolu_1977
Offline Send Email
Apr 3, 2004
1:49 am
23272
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@...
Send Email
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@...
Send Email
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...
John Luif
jolu_1977
Offline Send Email
Apr 4, 2004
12:11 am
23275
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@...
Send Email
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...
Rodrigo Vaz
rodrigo_sgm
Offline Send Email
Apr 4, 2004
5:00 pm
23277
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...
Sue Mosher
sue@...
Send Email
Apr 4, 2004
7:33 pm
Messages 23248 - 23277 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help