i am working on a form which has code to make some frames invisible when certain fields are null and other frames to be in the location of the invisible frame...
I'm not sure if this is the correct group to direct my question to, but I'm running Outlook 2003 (SP2) and cannot print the Daily Style Calendar. When I...
Hi everyone, Dmitry, I stumbled across one of your old posts (...win32.programmer.messaging) about getting the members from a distributionlist. I tried it out...
0x8055 contains fake entry ids which cannot be used to call OpenEntry. The format is: If the UID (which follows 4 bytes 0x0 prefix) is anything but (0xC0,...
The problem can be caused if you're printing someone else's calendar, and they have not granted you access to their tasks. (The default print out for a daily...
Lynne July
lynne.july@...
Feb 1, 2006 10:06 pm
26146
Hi, My add-in saves several 200MB attachments to a memory buffer. I notice that the calls to IStream::Read can take wildly variable amounts of time, for...
Since public folders and the Organizational Forms library are Exchange-only features, Prashanth has to be using Exchange. Are you confusing the operation of...
Sue, Is the Item.Send Cancel issue fixed by 913695 too? I'm just updating my OL2003 VM to start testing that one. Ken ________________________________ From:...
Please forgive the cross-posting. My add-in saves several 200MB attachments to a memory buffer. I notice that the calls to IStream::Read can take wildly...
just at thought, would it be possible to use multiple pages to do this i.e. for a particular page to be visible depending on which layout of frames is wanted?...
I was able read the oft file using the link Dmitry sent and the pst file using the MSPST service. But, when I try and do a CreateMessage on the pst folder it...
Thanks, that was it. I didnt open the folder with MAPI_MODIFY. Now it works. Rajeev ... to create a message with ... [mailto:outlook-dev@yahoogroups.com] On ...
Hello All... thanks for the replies... i am still testing and playing around with these Organizational forms. my conclusion is Organizational forms are best...
thank you, that's brilliant, i am using the moving controls at run time option except i've got 2 or 3 teething problems: 1) in design view i place the controls...
... 1 Are you are editing a clean copy of the form? If you open an Outlook item that has been saved, then this will have been modified by your code. Another...
My organization has just switched from Groupwise to Outlook for our email program. I need to figure out how to share one address book between two different...
Either share the Contacts folder in your mailbox or create a new folder in Public Folders. Set permissions appropriately. FYI, this is a programming forum....
Greetings! SenderEmailAddress property for MailItem was added in Outlook 2003 OOM. So, if I am using an older version of OOM how do I get sender's email? ...
Hi everyone, (sorry for X-posting) I not far from a nervous breakdown nowadays. I'm trying to do something so simple as to open the form to show the user the...
Max, A product called Redemption can help you easily get the Sender's email address from a message. Here's a sample of code from my archive, originally derived...
We have tried to automate a creation of AppointmentItems that we have in a database. We would like to import them into a folder in Exchange/outlook. (eg. a...
CDO 1.21 handles appointments in any other folder than the user's default Calendar as messages, not appointments. You haven't provided any details on your...
Thanks for your answer Sue It seems that the problem is the declaration Protected CDOAppointmentItem As MAPI.AppointmentItem And if I specify: Protected...
... From: kristiansen_terje <terje@...> ... You may have environmental issues. Outlook can easily handle the creation of multiple thousands of appointments...