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.
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 25960 - 25989 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25960
We are having a problem with Outlook 2003 and text messages. When a text message is received (for example, a message generated by our SQL server), Outlook is...
Heidi Salisbury
riverterraceny
Offline Send Email
Dec 1, 2005
4:30 pm
25961
To ensure that Outlook doesn't remove line breaks, you can indent each line you don't want altered with at least three spaces....
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 1, 2005
6:31 pm
25962
Maybe the code sample at http://www.outlookcode.com/codedetail.aspx?id=962 will help you....
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2005
2:53 am
25963
You might want to look at the information at http://www.outlookcode.com/d/customprint.htm. Basically, you'll need to iterate the tasks and set the value of...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2005
2:54 am
25964
I'd start by examining all the controls displaying custom properties to see what their formats are set to....
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2005
2:55 am
25965
Does anyone know if there is a way to add the Billing Information and Mileage fields to the Task Tab in the default Task Form? Or will I have to create a...
JHundley
jjhundley2000
Offline Send Email
Dec 3, 2005
8:19 pm
25966
All your customizations must be on P.2-P.5 of the task form. See http://www.outlookcode.com/d/taskform.htm...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 3, 2005
9:50 pm
25967
Thanks Sue, that was what I thought....
James Hundley
jjhundley2000
Offline Send Email
Dec 4, 2005
8:10 pm
25968
I'm not sure if this will help since I never found a solution, but it may give you a line of enquiry. I had a similar problem that when a programmatically...
DAve Shillito
dave_shillito
Offline Send Email
Dec 5, 2005
11:57 am
25969
Hi, I'm a dummy outlook user and I search the way to add new entry types in journal items. Can somebody help? Thanks Pat...
pat060
Offline Send Email
Dec 5, 2005
11:58 am
25970
Hi All, I m going to develop a program which will Report about All file's Accessed by outlook 2003. For this i am hooking winodows API's like CreateFileW,...
abhinav agrawal
abhinav_sgsits
Offline Send Email
Dec 5, 2005
2:53 pm
25971
our computer dept setup a public calendar folder for our dept. the idea was to use it for recording staff holiday etc. the computer dept set it up so that...
calor_flagger
Offline Send Email
Dec 5, 2005
3:21 pm
25972
Is there a way to capture when a user deletes a folder either using the 'delete key' or by bringing up the menu when they right click on the folder? I need a...
Craig
css29
Offline Send Email
Dec 7, 2005
1:33 am
25973
It takes a registry change. See http://www.inquiry.com/techtips/exo_pro/10min/10min0999.asp...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 7, 2005
12:41 pm
25974
Does this work in Outlook 2000? I have code I got from some else and once I put it into my Outlook it does not recognize this statement....
JHundley
jjhundley2000
Offline Send Email
Dec 7, 2005
3:07 pm
25975
in outlook - exchange when you click new then it automatically list all of the available user. How can you do that in Mdaemon?...
lani876
Offline Send Email
Dec 7, 2005
9:07 pm
25976
Repeat message previously posted on Outlook-users forum without response. Can anybody help with the following. I am familiar with VBA but not within Outlook....
Norman Pearce
norman8624
Offline Send Email
Dec 7, 2005
9:07 pm
25977
Hi All, i have extendet the default appointment form to select a room form a combobox. The room is added to the attendees list as a resource via vb script. The...
cubcuz
Offline Send Email
Dec 7, 2005
9:07 pm
25978
Maybe your script is : 1. Booking as FREE on the resource. 2. Booking is not actually processed on the resource. (invalid format?)...
Eric Woodford
ericwoodford
Offline Send Email
Dec 8, 2005
12:01 am
25979
As the first Tuesday of the month can appear after the First Sunday, you will have to enter it manually. I suppose a complicated script could book the meeting,...
Eric Woodford
ericwoodford
Offline Send Email
Dec 8, 2005
12:04 am
25980
I am writing an Outlook Add-In for Outlook 2003. I have a mapi class that reads properties from an AddressEntry.MAPIOBJECT. I get an exeption when reading in...
Keith Ball
popecheezy
Online Now Send Email
Dec 8, 2005
2:55 pm
25981
Or maybe not booking the resource as a resource?...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 8, 2005
3:01 pm
25982
Which line exactly fails and what property you are trying to read? 1. Instead of checking whether HrGetOneProp returns a NULL PSPropValue, you must check its...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Dec 8, 2005
3:54 pm
25983
No, if you checked in the object browser, you'd see that method isn't supported in Outlook 2000....
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 8, 2005
10:33 pm
25984
Thanks for your response. I added the check for the S_OK onto the HrGetOneProp, which now behaves correctly if I query the object for a field that is not in...
Keith Ball
popecheezy
Online Now Send Email
Dec 9, 2005
10:57 am
25985
Thank you for your hints. Finally i solved the problem. I was so fixed on the code an exchange functionality that i didn't realized that the "Standard"...
cubcuz
Offline Send Email
Dec 9, 2005
1:52 pm
25986
Again, to access the property values, you must access the PSPropValue.Value structure members, *not* the whole structure. E.g. to get back an ANSI string prop...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Dec 9, 2005
3:18 pm
25987
Hi all! I'm new to this message board and have a quick and easy question. I am currently working on a simple Outlook form to use as a "Metadata Security...
mccarthydsmiowa
Offline Send Email
Dec 9, 2005
3:53 pm
25988
After you mentioned the type that I was using, I looked up the return structures coming from HrGetOneProp... ...
Keith Ball
popecheezy
Online Now Send Email
Dec 9, 2005
5:23 pm
25989
That would only apply to PT_STRING8 properties. The Value member is a union in C++, which in C# would mean that you need to define Value as another struct with...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Dec 9, 2005
5:44 pm
Messages 25960 - 25989 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