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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 27162 - 27191 of 27713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27162
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 1, 2007
4:43 pm
27163
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...
Jason Coley
jazcoley
Offline Send Email
Jun 1, 2007
8:28 pm
27164
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...
Charles Sinclair
tasklineuk
Offline Send Email
Jun 5, 2007
4:19 pm
27165
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...
Glascock, Donald
sppdg
Offline Send Email
Jun 5, 2007
9:58 pm
27166
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...
ges_eastlake
Offline Send Email
Jun 6, 2007
7:42 pm
27167
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 6, 2007
8:17 pm
27168
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...
Jason Coley
jazcoley
Offline Send Email
Jun 6, 2007
11:36 pm
27169
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...
ges_eastlake
Offline Send Email
Jun 7, 2007
1:01 pm
27170
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 7, 2007
1:19 pm
27171
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Jun 7, 2007
5:50 pm
27172
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...
Matt Stehle
oneidwlly
Offline Send Email
Jun 7, 2007
5:55 pm
27173
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Jun 7, 2007
6:01 pm
27174
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...
lastwebpage2000
Offline Send Email
Jun 14, 2007
10:44 am
27175
problem with importing .pst files respected madam/sir, thanks for previous response. there are already customized task forms published in remote outlook ...
lalitharaj80
Offline Send Email
Jun 14, 2007
11:40 am
27176
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, ...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Jun 16, 2007
5:31 pm
27177
I've never heard of a form reaching that size. There is no compression mechanism. Do you have high resolution images in it?...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 17, 2007
2:56 am
27178
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...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Jun 17, 2007
10:04 am
27179
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 17, 2007
1:17 pm
27180
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...
dayv2005
Offline Send Email
Jun 19, 2007
1:30 pm
27181
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...
sppdg
Offline Send Email
Jun 19, 2007
5:45 pm
27182
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...
sppdg
Offline Send Email
Jun 19, 2007
5:56 pm
27183
Yes, CreateObject would be the way to go....
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 19, 2007
6:20 pm
27184
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 19, 2007
6:21 pm
27185
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......
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Jun 19, 2007
11:13 pm
27186
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...
sppdg
Offline Send Email
Jun 20, 2007
3:42 pm
27187
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 20, 2007
3:55 pm
27188
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...
sppdg
Offline Send Email
Jun 20, 2007
5:53 pm
27189
Hi, folks -- To reach the Outlook(-2003) forms manager, I'm only aware of this path: Outlook // Tools // Options... // Other // Advanced Options... // Custom...
sppdg
Offline Send Email
Jun 20, 2007
6:02 pm
27190
Well here's the code with redemption and i still can't seem to get it to work. CREATE "Outlook.Application" hOutlook NO-ERROR. ASSIGN hNameSpace =...
dayv2005
Offline Send Email
Jun 20, 2007
6:39 pm
27191
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...
dayv2005
Offline Send Email
Jun 20, 2007
6:40 pm
Messages 27162 - 27191 of 27713   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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