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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 22377 - 22406 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22377
I want to write an Outlook 2002 VBA macro that will do a "Paste Special" as HTML, and put this macro on a button on several standard forms like Journal, Task,...
Jim Underwood
apollois
Offline Send Email
Jan 2, 2004
2:40 am
22378
I want to develop a email client, and want to import mail account setting from outlook, how can I do that. Thanks, Rob...
xulubo
Offline Send Email
Jan 2, 2004
3:04 am
22379
Has anyone had a chance to think about this problem? Please help. Very desperate. Thank you so much! ... appointments. ... the ... folder ... WAM!!! ... SQL...
tehminyang
Offline Send Email
Jan 2, 2004
3:53 pm
22380
I just noticed that this is problem does not occur when I use Outlook 2000. Weird!...
tehminyang
Offline Send Email
Jan 2, 2004
5:36 pm
22381
Sue from slipstick.com solved it!! WOO HOO!!! http://support.microsoft.com/?id=827311 http://www.slipstick.com/dev/ol2003problems.htm#favforms THANK YOU!!!...
tehminyang
Offline Send Email
Jan 2, 2004
8:33 pm
22382
Hi everyone, I have a subroutine to call when a user answers retry. However, if they cancel after answering retry to the first MsgBox that the rest of the code...
marjk1
Offline Send Email
Jan 3, 2004
1:29 pm
22383
Hi everyone, Sorry I am working on a project and stumbled on some questions. I am filling in two different fields in Outlook from an Oracle database using ADO....
marjk1
Offline Send Email
Jan 3, 2004
1:49 pm
22384
Hello from beautiful (?) Qatar! I'm trying to use the wonderful office automation tools built into MSOutlook, and thought that I had a pretty slick custom form...
kerry_turner@...
kerry_turner
Offline Send Email
Jan 3, 2004
6:25 pm
22385
Doesn't look like you got an answer so here's what I've found in my first attempt: Set objPage = Item.GetInspector.ModifiedFormPages("My Page") Set objControl...
kerry_turner@...
kerry_turner
Offline Send Email
Jan 3, 2004
6:25 pm
22386
Sounds like you have something in the code that causes the item to one-off. See http://www.slipstick.com/dev/formpub.htm#oneoff -- Sue Mosher, Outlook MVP ...
Sue Mosher
sue@...
Send Email
Jan 3, 2004
8:17 pm
22387
Many, Many Thanks! You're right ... I use the "Possiblevalues" method to conditionally display user options. I read the article that you recommended, and I ...
kerry_turner@...
kerry_turner
Offline Send Email
Jan 4, 2004
6:17 am
22388
... a ... Will someone please take a stab at this? I have done a good deal of digging, and even more trial-and-error, to no avail....
gnuoylk
Offline Send Email
Jan 4, 2004
2:58 pm
22389
Hi From time to time I receive an email where its entries in the InBox are shown displayed coloured (e.g. the from, subject and received fields) . How is this...
Philip Gaffney
philip2152003
Offline Send Email
Jan 4, 2004
8:08 pm
22390
Set MailItem.FlagDueBy property to a date in the past. ... From: Philip Gaffney [mailto:philip.gaffney@...] Sent: Sunday, January 04, 2004 1:08...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 4, 2004
8:27 pm
22391
MessageMany thanks. Philip ... From: Dmitry Streblechenko [mailto:dmitry@...] Sent: 04 January 2004 20:28 To: outlook-dev@yahoogroups.com ...
Philip Gaffney
philip2152003
Offline Send Email
Jan 4, 2004
10:21 pm
22392
To build a submenu, you need to add a CommandBarPopup control not a CommandBarButton. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming:...
Sue Mosher
sue@...
Send Email
Jan 4, 2004
10:57 pm
22393
MessageHi I agree setting the flag is a simple way of highlighting a line in the InBox (in many years of using Outlook, I have never used the feature!)....
Philip Gaffney
philip2152003
Offline Send Email
Jan 5, 2004
1:44 am
22394
I don't know anyway to make this happen in someone else's inbox by just sending an email message, but you can use conditional formatting to change the color of...
Daniel Simmons
dsimmons@...
Send Email
Jan 5, 2004
2:13 am
22395
Daniel Thanks. Can conditional formatting be done from code, or does it have to be done by manually setting an Outlook rule? If it can be done in code, I ...
Philip Gaffney
philip2152003
Offline Send Email
Jan 5, 2004
2:25 am
22396
No, it's manual only. The follow-up flag that Dmitry suggested uses the built-in "overdue items" formatting rule that every user has turned on by default. -- ...
Sue Mosher
sue@...
Send Email
Jan 5, 2004
2:31 am
22397
This is really helpful. Thanks. Do you have any idea as to how spammers are sending me email with coloured entries in my InBox? I have one rule set that...
Philip Gaffney
philip2152003
Offline Send Email
Jan 5, 2004
2:47 am
22398
Do you have any idea as to how spammers are sending me email with coloured entries in my InBox? They might be setting a follow-up flag, as Dmitry described. In...
Sue Mosher
sue@...
Send Email
Jan 5, 2004
2:50 am
22399
The best solution is to avoid using PossibleValues altogether and fill the list with AddItem or List instead. You can disable any toolbar button if you know...
Sue Mosher
sue@...
Send Email
Jan 5, 2004
3:03 am
22400
Would they be able to select different colours by doing this? When I tried setting the due date before the current date as suggested by Dimitry, my line was...
Philip Gaffney
philip2152003
Offline Send Email
Jan 5, 2004
3:09 am
22401
No, the only default rule is the "unread messages" rule, which turns messages red when they are overdue. _____ From: Philip Gaffney...
Sue Mosher
sue@...
Send Email
Jan 5, 2004
3:14 am
22402
I meant the "overdue messages" rule. "Unread messages" is also an automatic formatting rule, BTW, but it's not color-coded. _____ From: Sue Mosher...
Sue Mosher
sue@...
Send Email
Jan 5, 2004
3:22 am
22403
Sue, Thank you so very much! Your knowledge and guidance has been a great help in my Outlook adventure! Have a happy, healthy and prosperous new year! kbt ......
Kerry Turner
kerry_turner
Offline Send Email
Jan 5, 2004
4:22 am
22404
FlagDueBy actually sets two properties - the due date and the follow up flag. You can set the due date without setting the follow up flag using Extended MAPI...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 5, 2004
5:49 am
22405
Hi, I am writing an application in which i need to create a customised mail folder, which will sort the incoming mails of my company as and when the user...
Nilesh
nileshneopro
Offline Send Email
Jan 5, 2004
12:24 pm
22406
Outlook 2002 SP2 and 2003 allow you to create customized, filtered views with the View.XML property. Previous versions don't. The alternative is not to create...
Sue Mosher
sue@...
Send Email
Jan 5, 2004
12:27 pm
Messages 22377 - 22406 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