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@...
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, ......
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. ...
Public folders will be supported in Exchange 12, but not beyond. SharePoint integration will increase in Outlook 12. Microsoft has promised good migration...
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...
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...
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,...
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...
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...
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@...
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...
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) ...
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...
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...
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...
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,...
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...
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 ??...
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...
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...
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...
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...
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...