Event "OnNewInspector" can work well nomatter open an appointment itmen or a mail itme. But today, I found it can't work when I schedule a recurrent meeting ...
Hi, The scenario is as follows. We have data in a public folder. The users create views based on this folder. I am trying to programatically read the items off...
If you can read the XML definition, that means you're using Outlook 2002 or 2003 (you should always mention your Outlook version) and that you can use the same...
i Sue, Thanks for the response. My Outlook version is 2002. What I also should have mentioned is I am trying to read the items from a .NET winform app. I am...
http://msdn.microsoft.com/library/en-us/dnout2k2/html/ODC_SearchOI.asp -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for...
You can use the FormDescription.PublishForm method. See http://www.outlookcode.com/d/distributeforms.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...
Create an appointment and select a resource. (planner, type resource name and select it as resource) Close the appointment It shows Subject (Resource) Open it,...
John in 't Veld
jiv@...
Jul 1, 2004 9:44 pm
23917
I have created a custom form that will be used in a Public Folder so certain employee's will be able to fill out the form and have it emailed to the correct...
On the Validation page of the text box's control, there's a check box for "Include this field for printing and Save As." You'll want to make sure it's checked....
The check box is checked. The form is a Message going to selected employee's. I'm using the procedure I learned on Slipstick that allows me to have a message...
Darn. Actually to my dismay, that didn't work. It works perfectly for 4 times, then the commandbar does not appear on new inspectors. My button also...
In the attached code segment I am looping through the timesheet in folder to find the most recent timesheet. Everytime the for loop executes, the memory...
Ok. Ended up answering my own question. Sorted the list of items and selected the first one on the list. Performance is much faster and memory demand is far...
Thanks Sue, It didn't make sense to me either but I was able to replicate the problem each time. If I create the new item and turn on the read receipt, it...
Well... not quite! I don't want to create a plugin for Outlook but a plugin for Exchange that will process incoming new mail for every accounts on the server....
You need to implement some type of agent. I know Nik Okuntseff wrote a book some years ago and last time I checked, he still had some sourcecode on his website...
Is it possible to cancel a close operation on a _MailItem? I am using C++ and Outlook 2000. It seems that the VARIANT_BOOL* Cancel is uninitialized as setting...
Adrian Rogers
Adrian.Rogers@...
Jul 6, 2004 12:43 pm
23928
Hello, I need to parse a .msg file as an OLE-Storage file to get the message's sent date. I already know how to get the subject, the sender, the body, ..., but...
Try PR_CLIENT_SUBMIT_TIME (0x00390040) and PR_MESSAGE_DELIVERY_TIME (0x0E060040). Why do you access an MSG file as OLE storage? You can use Extended MAPI to...
Hi, I think someway somehow somebody here may know how i can correct the error of "Path not found" that this code below is giving me. I want to use Visual...
Hi I try to write an application to get the Folder Names available in the Outlook Contacts folder. But i am not able to get the results. Here i placed my code...
You may try to do this: strRegPath = """" & strRegPath & """" before use it as function parameter. Emmanuel Adofo Marih <emmanuel.marih@...> wrote: ...
What exactly does not work? Note that he line ststr = pFolder->Folders->GetNext()->GetName(); will always return the same folder. You need to change your code...
Hi all, Following extract is part of Agent Script on Exchange Folder to take the incoming message and copy it into SQL. It works fine for plain text and will...
Hi All, Is there any way to make the restriction property of the view control return only exact matches? When I requested the following: Obj.Restriction =...
Hi that is how it works..it works as "Contains", to get the exact match you have to use >= and <= some thing like this [BillingInformation] >= “121” And...
Thank you, some time things are so obvious... after some helps you. Philip ... From: Prashanth H Dharmaraj [mailto:prashanthhd@...] Sent: Wednesday, July...
G'day List, Hope you can help I am after a control on my custom form. MSDN example below works great for VB. Is there an equivalent for C++? Set myPages =...