Does anyone know how the AppointmentItem.Sensitivity property maps to the Outlook (11) appointment UI? I'm setting the field programmatically to "olPersonal"...
We have an Outlook add-in that needs to (infrequently) send an e-mail to the current Outlook user's Inbox/e-mail address. Where in the Outlook object model is...
Namespace.CurrentUser (returns Recipient object) _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Michael Herman...
Well, I looked for a "Personal" checkbox but I didn't see one. There is a "Private" checkbox in the lower right hand corner... Eric ... From: Dmitry...
Yes, I meant the "Private" checkbox, sorry. ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Eric France Sent:...
Is there an API to obtain the location of OST and PST files configured in Outlook? Thanks __________________________________________ Yahoo! DSL – Something...
Yes, through the profiles API (part of Extended MAPI). See IProfAdmin etc on MSDN. ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com]...
You can also find PST's by checking the registry. 1. Determine the OS you are running on - the base key is different for non NT systems 2. Deternune the...
Note that there can be multiple PST stores in a single profile. You can hack the PST store entry id for a given store - it includes the full path to the PST...
I currently have a program that creates public folders using CDO. The problem is there are a number of public folder servers in the environment, so we have to...
Basic, quick question. Is it possible to use CDO, RDO or Redemption objects to import a .msg into a PST without using Outlook.Application? I've been able to...
Can't do that in CDO 1.21. In Redemption use Import method (RDOMail, Safe*Item, MessageItem objects) to import an MSG file; specify the olMsg (3) format. ... ...
Yes, I've been importing via Redemption for some time, but am having problems with Outlook not dying in order to create new profile and import into it (while...
Hi All, We use saved searches quite a bit and have noticed a change in Outlook 2003. Normally I can save the search with any column formatting (ie Date format...
That's what I'm looking for. Thanks. One more question. Will RDO pull out Type 6 attachments from an Outlook PST message? Our app currently uses CDO to extract...
Do you mean embedded Ole attachments for the RTF messages? Next version (contact me off the list for a beta if interested) will allow saving such attachments,...
Hi All, Trying to retrieve a contact from Outlook but the code is not working. Here is a snippet. Can anyone lend a hand? void IdSecureMessage::FillRecipients(...
And what exactly does not work? _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Rocco Stefano Sent: Sunday, January...
You need to be a lot more specific than that: e.g. "this line of code returns X while it was supposed to return Y". No offense, but most people on this list...
Does anyone have a code example of how to determine if a message is in conflict prior to attempting to process it? I'm running an async event sink in Exchange...
Rinko, Bryan
Bryan.Rinko@...
Jan 10, 2006 2:48 pm
26090
We have a firm calendar folder in outlook Public Folders. Some people complain they see all previous year's events instead of current year's event. I am not...
Hello everybody... i have developed a public folder based application with lot of custom forms for Outlook 2003.its a scenerio where same custom form published...
I have written a program that creates public folders - although this would be relevant to any cdo folder. Currently to create a folder with a type other than...
Problem: I want to setup page in Outlook, Memo stype and and i also want to set Paper / Stype / Marigins via VB or VBA or VB.net How can do it. I try to do it...
It appears that I have a one-off corruption issue with a custom form. I have no idea how this happened, but I'm looking for the best way to fix it. My reason...