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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 23909 - 23938 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23909
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 ...
winkle_xia
Offline Send Email
Jul 1, 2004
10:17 am
23910
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...
kishore_1
Online Now Send Email
Jul 1, 2004
2:53 pm
23911
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...
Sue Mosher
mosher_sue
Offline Send Email
Jul 1, 2004
2:59 pm
23912
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...
kishore_1
Online Now Send Email
Jul 1, 2004
6:25 pm
23913
http://msdn.microsoft.com/library/en-us/dnout2k2/html/ODC_SearchOI.asp -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for...
Sue Mosher
mosher_sue
Offline Send Email
Jul 1, 2004
6:40 pm
23914
Hi, How I can programmatically install a form in the folder? Thanks in advance. Denis Sergeev...
Denis Sergeev
dsergeeff
Offline Send Email
Jul 1, 2004
7:59 pm
23915
You can use the FormDescription.PublishForm method. See http://www.outlookcode.com/d/distributeforms.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...
Sue Mosher
mosher_sue
Offline Send Email
Jul 1, 2004
9:29 pm
23916
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@...
Send Email
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...
Bob Sadler
bsadler40
Offline Send Email
Jul 2, 2004
1:06 pm
23918
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....
Sue Mosher
mosher_sue
Offline Send Email
Jul 2, 2004
1:48 pm
23919
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...
Bob Sadler
bsadler40
Offline Send Email
Jul 2, 2004
2:15 pm
23920
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...
lukepoortinga
Offline Send Email
Jul 2, 2004
6:04 pm
23921
Yup. Now you understand why. ... From: lukepoortinga [mailto:poortl9109@...] Sent: Friday, July 02, 2004 2:03 PM To:...
Sue Mosher
mosher_sue
Offline Send Email
Jul 2, 2004
6:16 pm
23922
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...
ijourneaux
Offline Send Email
Jul 2, 2004
9:29 pm
23923
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...
ijourneaux
Offline Send Email
Jul 3, 2004
8:06 pm
23924
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...
Scott Perley-TM
outlookdev
Offline Send Email
Jul 5, 2004
6:02 am
23925
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....
edovia607
Offline Send Email
Jul 6, 2004
12:59 am
23926
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...
Karl Anders Josefsson
virtually_void
Offline Send Email
Jul 6, 2004
8:27 am
23927
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@...
Send Email
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...
lkogut
Offline Send Email
Jul 6, 2004
3:59 pm
23929
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 6, 2004
7:32 pm
23930
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...
Emmanuel Adofo Marih
adofoemma
Offline Send Email
Jul 6, 2004
7:51 pm
23931
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...
rabic meeran
formeeran
Offline Send Email
Jul 7, 2004
12:42 pm
23932
You may try to do this: strRegPath = """" & strRegPath & """" before use it as function parameter. Emmanuel Adofo Marih <emmanuel.marih@...> wrote: ...
dgu
glue111
Offline Send Email
Jul 7, 2004
3:50 pm
23933
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 7, 2004
4:42 pm
23934
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...
thegaddman
Offline Send Email
Jul 7, 2004
5:27 pm
23935
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 =...
Philip J Hearn
philipjhearn
Offline Send Email
Jul 7, 2004
9:47 pm
23936
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...
Prashanth H Dharmaraj
prashanthhd
Offline Send Email
Jul 7, 2004
10:06 pm
23937
Thank you, some time things are so obvious... after some helps you. Philip ... From: Prashanth H Dharmaraj [mailto:prashanthhd@...] Sent: Wednesday, July...
Philip J Hearn
philipjhearn
Offline Send Email
Jul 7, 2004
10:38 pm
23938
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 =...
Adrian Rogers
Adrian.Rogers@...
Send Email
Jul 8, 2004
2:37 am
Messages 23909 - 23938 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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