That should work just fine. Would you get an error from SaveChanges() if you were to replace FORCE_SAVE with KEEP_OPEN_READWRITE? Can you read the property...
The problem was another piece of code that was changing the NamedID, so it was writing but not to where it should have. So it turned out to be my fault all...
I have a simple AddIn that monitors ItemChange for task changes. The ItemChange event then modifies a field on the task and saves it. This generally works...
Hi, folks -- I've created a "graphic artwork request" form based on an IPM.Note. Requesters will attach images, spreadsheets & such to the request, and tell...
I'm developing a new Appointment form (in Outlook 2003) for a client, working on my own machine at home. When the form is done, I'll put it on my client's...
You have two choices: 1) Save the form as an .oft template file. 2) Publish the form to a folder in a .pst file. Which you choose probably depends on who is...
Hi there, Is there any way I can tell if the caching in Outlook has finished? Problem is.. I have an addin that reads a settings file when Outlook opens. If I...
Thanks Sue. I'll install the form myself at the client's office, I'll have the access to do so. How would I publish it to a folder in a .pst file, and what...
To publish a form, use the Tools | Forms | Publish Form command, then set the target folder. You can then close the .pst file, shut down Outlook and copy the...
I have a bit of a curiosity that perhaps somebody can shed some like on, though it's probably not *specifically* Outlook-related. I have an Outlook add-in I'm...
This might be a code access security issue. You might try giving your assembly or the network share full trust in caspol.exe From: outlook-dev@yahoogroups.com...
As usual, I stumbled across the answer right after posting. <sigh> I'll post the "solution" for archival purposes: In Control Panel, run ".NET Framework 2.0...
Hello, two question about the messenger integration in Outlook, I have searched in the MSN but no luck (maybe I searched at the wrong location): 1.)How Outlook...
problem with importing .pst files respected madam/sir, thanks for previous response. there are already customized task forms published in remote outlook ...
Hi, my user-defined contact form got 32 MB and I wanted to ask if there is any chance to decrease the size? Every suggestion is very much appreciated. Thanks, ...
No, actually not. I just link a picture of a contact onto it. On the form I have around 80 user-defined fields, one frame and msflexgrid getting information...
Nothing in what you describe suggests anything that might create a form that large. You might want to examine it with Outlook Spy or MFCMAPI to see what's...
I been working on this application that integrates outlook tasks and appointments into one of our own applications. But when i click on a day that has...
Hi, Folks -- I, too, thought this was a bizarre problem, and after a few more attempts to understand what was wrong, I threw the form away (after saving the...
Hi, folks -- I need to take the info collected in a form & do many things with it, including fire up Adobe Illustrator: one of the custom actions I want to...
I don't see any use of Redemption here. The basic technique is the same as with sending a message -- instantiate the appropriate Safe*Item object, set its Item...
Thanks for your help. I figured out what it was: the msflexgrid somehow screwed it up. I deleted and put it on again. The size shrunk back to 148 KB......
Hi, again -- Thanks, Sue, for your prompt & accurate response. I think I'm just about out of the starting gate and ready to run. Illustrator uses a ton of...
Documents is a collection that holds documents. It would have nothing to do with constant enumerations. Furthermore, how enumerations work in VB.NET is not...
Hi, Sue -- Thanks for the prompt reply! I've (re-)defined non-vb values in past Outlook apps (with which you've also helped), and I hoped there was perhaps...
Hi, folks -- To reach the Outlook(-2003) forms manager, I'm only aware of this path: Outlook // Tools // Options... // Other // Advanced Options... // Custom...
I posted a question about this the other day. Well i tried replying to that thread but it wasn't showing any of my replies. What was i doing wrong? Also back...