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...
Show off your group to the world. Share a photo of your group with us.

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 25765 - 25795 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25765
Here is the code being used from Excel 2003. I spoke with the user that created this code and he said that he used the 'VotingResponse' field because it was...
Reopelle, Jon
Jon.Reopelle@...
Send Email
Oct 3, 2005
6:56 pm
25766
THANKS A LOT !!!!!!!!!!!!!!!!!!! Now it works perfect. Csavie. ... just the ... dev@yahoogroups.com] On ... Redemption ... (Redemption::CLSID_SafeMailItem, ......
kimikupu
Offline Send Email
Oct 4, 2005
11:40 am
25767
I've noticed that the EntryID returned for a public Outlook folder changes slightly if it's accessed from Favorites instead of the public folder hierarchy. ...
richardk45a
Offline Send Email
Oct 5, 2005
5:05 am
25768
Public folders will be supported in Exchange 12, but not beyond. SharePoint integration will increase in Outlook 12. Microsoft has promised good migration...
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 5, 2005
11:56 pm
25769
To check if two MAPI objects are the same you should use IMAPISession::CompareEntryIDs. -- With best regards Henry...
Henry Gusakovsky
doubelbug
Offline Send Email
Oct 6, 2005
9:34 am
25770
Good morning all I've Outlook 2002, VB 6.3, and I'm confused. I'll skip the overall discussion of what I'm trying to do and get right to the question... I've...
Cornell
rcsternbergh
Offline Send Email
Oct 6, 2005
12:02 pm
25771
Henry, I think you misunderstood. That's exactly what I am using (through Redemption). But it still returns FALSE when comparing the EntryID for a public...
richardk45a
Offline Send Email
Oct 6, 2005
1:38 pm
25772
For Exchange you can try to use PR_SOURCE_KEY property. It is unique for every exchange object. -- With best regards Henry...
Henry Gusakovsky
doubelbug
Offline Send Email
Oct 6, 2005
1:46 pm
25773
My Outlook 2003 pst file is stored in the default location How can I move this to another dorctory on my local harddrive....
JHundley
jjhundley2000
Offline Send Email
Oct 7, 2005
2:17 pm
25774
Just move it via Explorer 9with Outlook turned off). Dependent upon the operating system, you may have to notify Outlook where the file is (when it opens,...
Roy A. Ackerman, Ph.D...
astrecg
Offline Send Email
Oct 7, 2005
2:35 pm
25775
You need to modify profile after moving. Delete old PST service and add new with new path. You can't configure pst path in existing pst service. -- With best...
Henry Gusakovsky
doubelbug
Offline Send Email
Oct 7, 2005
2:51 pm
25776
In Outlook, you can change the path in the root folder's Advanced Properties. Programmatically, it is the PR_PST_PATH property on an "MSUPST MS" message...
Eric France
de_labarre
Offline Send Email
Oct 7, 2005
3:28 pm
25777
What is the database format (Access, SQL Server, etc) of Outlook 2003, under which directory is the database located, and how can you access the database? I am...
Daniel Kang
daniel.k.kang@...
Send Email
Oct 7, 2005
6:46 pm
25778
None of the above. Outlook uses a semi-structured database for its folders. The address book exposes data from Outlook folders, LDAP lists, AD, etc. In both...
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 7, 2005
7:30 pm
25779
Henry, I've done some testing and I think the PR_SOURCE_KEY property will work. But is it supported in older Exchange servers? (i.e. back to Exchange 5.5) ...
richardk45a
Offline Send Email
Oct 8, 2005
12:07 pm
25780
Yes. In fact a message or folder entry id under Exchange is basically a concatenation of the parent folder's and item's PR_SOURCE_KEY with some flags in...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 8, 2005
12:16 pm
25781
Henry, Thanks so much for your assistance. But I've noticed PR_SOURCE_KEY isn't available for all MAPIFolders (e.g. Calendar, Inbox, etc.). Right now my code...
richardk45a
Offline Send Email
Oct 8, 2005
12:28 pm
25782
PR_SOURCE_KEY is only available in the online mode; cached mode does not expose it. PR_SEARCH_KEY should be Ok. CompareIDs only works on entry ids, you cannot...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 8, 2005
1:08 pm
25784
This post is in reference to bugginess using Outlook's Item.Move method. Ken Slovak was trying to get one the problems fixed last year (see...
richardk45a
Offline Send Email
Oct 8, 2005
2:26 pm
25785
Thanks Dmitry, ... not expose it. PR_SEARCH_KEY should be Ok.<< It looks like I'll have to change my code to use PR_SEARCH_KEY. I tested for copying a folder,...
richardk45a
Offline Send Email
Oct 8, 2005
2:30 pm
25786
Correct....
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 8, 2005
2:35 pm
25787
PR_SEARCH_KEY is not changed when an item is moved. Outlook however sometimes decides to create a new object (be that a message or a folder), copy the contents...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 8, 2005
7:42 pm
25788
hallo ! Does somebody knows how to specify the path to the Outlook temporary Folder by policies = adm File? I did not found a way to do that in the adm file ??...
wetzelsu
Offline Send Email
Oct 10, 2005
5:57 am
25789
The folder path is stored in a Windows registry string value named OutlookSecureTempFolder in the ...
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 11, 2005
8:57 pm
25790
The date for today is returned by the Date() function. See http://www.outlookcode.com/d/finddate.htm for sample code for searching for appointments in a date...
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 11, 2005
8:59 pm
25791
Put code behind the button to set the control's Visible property to True. See http://www.outlookcode.com/d/propsyntax.htm#unbound...
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 11, 2005
9:03 pm
25792
A huge impact. From Ryan Gregg's blog at http://ryangregg.com/2005/09/21/AndThatWasAFastWeek.aspx (emphasis mine): Oh yeah, and we launched the new Outlook...
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 11, 2005
9:07 pm
25793
I'd use the Inspectors.NewInspector event handler to determine whether my custom form is being displayed and, if so, set the control's List property to the...
Sue Mosher
sue_mosher_g...
Offline Send Email
Oct 11, 2005
9:11 pm
25794
Thanks Sue. The main thing I took away from these is that existing extensions should continue to function in Outlook 12, which was causing some mild concern...
Eric France
de_labarre
Offline Send Email
Oct 11, 2005
9:55 pm
25795
Windows XP: Outlook 2002: Exchange 2003. Tools option in Outlook: is checked Use Word to read and to edit message I have a Form with only the message control...
Rino Salvatore Cosent...
rinosalvator...
Offline Send Email
Oct 12, 2005
8:40 am
Messages 25765 - 25795 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