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 your group to be featured on the Yahoo! Groups website? 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 22739 - 22768 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22739
Set olNameSpace = OutlookApplication.GetNamespace("MAPI") Set olMAPIFolder = olNameSpace.GetDefaultFolder(olFolderContacts).Parent 'iterate all folders For i =...
eP
ep_cz
Offline Send Email
Feb 1, 2004
7:13 pm
22740
Hi all, Please can some one help me with this issue. I would like to create a program that programmatically create an Outlook mail account, user ID, pass, POP3...
Paulo Figueiredo
pxico
Offline Send Email
Feb 2, 2004
11:52 am
22741
hi, can anybody help me. i have to Store the incoming mails to the different folders of Outlook automatically using ATL COM or VC . I am trying for it for last...
paras shirke
parasshirke
Offline Send Email
Feb 2, 2004
12:55 pm
22742
I have an application written in Delphi which integrates Tasks and Calendars using Oracle and Exchange via Outlook. Originally written many years ago in...
olivertownshend
Offline Send Email
Feb 2, 2004
12:55 pm
22743
I'm using Outlook 2000, and I want a script that will access other user's tasks, when I supply them with the identity of that person. I'm able to do it by...
dougdanielsjr
Offline Send Email
Feb 2, 2004
3:12 pm
22744
That will work for local contact folders but will not get the server based ones. I actually had to grab the InfoStore object from the CDO Session object and...
sonomaenterprises
sonomaenterp...
Offline Send Email
Feb 2, 2004
3:18 pm
22745
Check out the Namespace.GetSharedDefaultFolder method. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power...
Sue Mosher
sue@...
Send Email
Feb 2, 2004
3:22 pm
22746
I am working on a Com Addin in Outlook that works fine in Outlook 2000 and XP. Unfortunately there are problems running it in Outlook 2003. I have tracked down...
Simmy M. Fleischer
simmy.rm
Offline Send Email
Feb 2, 2004
3:30 pm
22747
I'm using Outlook 2000, and I want a script that will access other user's tasks, when I supply them with the identity of that person. I'm able to do it by...
Daniels, Doug
dougdanielsjr
Offline Send Email
Feb 2, 2004
4:46 pm
22748
Sorry about that I thought my earlier post was rejected, but I think it went through. ... From: Daniels, Doug Sent: Monday, February 02, 2004 11:39 AM To:...
Daniels, Doug
dougdanielsjr
Offline Send Email
Feb 2, 2004
4:52 pm
22749
Hi, In a custom task form, I set the due date to today + 2, but I want to be able to make that 2 business days and not include weekends. Does anyone have a...
Bart Rossmann
bartmann@...
Send Email
Feb 2, 2004
5:59 pm
22750
I would like to determine, via VBA, whether the paperclip attachment is showing in Outlook for a MailItem in the Input folder. There definitely can be embedded...
swkillen
Offline Send Email
Feb 3, 2004
4:22 am
22751
I have a VBA application that scans the input folder and automatically (trys to) turn on the olImportanceHigh flag for some mail items. Problem is, that...
swkillen
Offline Send Email
Feb 3, 2004
4:22 am
22752
Dumb question, but are you saving the item after you change the property value? You might want to post a code snippet. -- Sue Mosher, Outlook MVP Author of...
Sue Mosher
sue@...
Send Email
Feb 3, 2004
4:38 am
22753
I've created a simple Outlook rule using the Wizard. It simply reads as follows: "Apply this rule after the message arrives from John and on this machine only...
Alicia Warder
awarder@...
Send Email
Feb 3, 2004
9:13 am
22754
IIRC, Outlook 2000 did not support macro rules. That feature was introduced in Outlook 2002. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...
Sue Mosher
sue@...
Send Email
Feb 3, 2004
12:59 pm
22755
This is driving me mad but I'm sure there is a way. I have an executable that takes some parameters. I want to send an email that contains a URL to this...
ricpike
Offline Send Email
Feb 3, 2004
3:28 pm
22756
I don't know of any way to pass parameters to an .exe file with an email link. Have you consider using a .bat file and linking the URL to that? -- Sue Mosher,...
Sue Mosher
sue@...
Send Email
Feb 3, 2004
4:41 pm
22757
Thanks for the quick response Sue. The idea of this is that the emails get generated automatically by an application and passed on to recipients in a kind of...
ricpike
Offline Send Email
Feb 3, 2004
5:32 pm
22758
You didn't answer my question: Why not link to a .bat file that runs the .exe with the desired parameters? -- Sue Mosher, Outlook MVP Author of Microsoft...
Sue Mosher
sue@...
Send Email
Feb 3, 2004
5:49 pm
22759
Hi, Does anyone know how do I configure my outlook address book to be able to query users from the public contact folder. It allows me to search users from...
agarwal_varsha
Online Now Send Email
Feb 3, 2004
6:34 pm
22760
I'm using a COMAddIn written in VB6, with Outlook 2000. One thing the add-in does is to reference the ActiveExplorer and then reference its Inspectors in order...
S.Pines-Martin@...
oicres03
Offline Send Email
Feb 3, 2004
7:43 pm
22761
Sorry Sue - we've tried this already. Generating the .bat file gives us two headaches. Firstly, the application would have to generate the .bat file and send...
ricpike
Offline Send Email
Feb 4, 2004
9:07 am
22762
Not tested, but have you tried making sure the link is html compliant? so replace spaces with %20: \\server\share\progname.exe%20-u%20-z ... From: "ricpike"...
Ralph Jones
kolonelkustard
Offline Send Email
Feb 4, 2004
12:09 pm
22763
I'm trying to use the safe sender's list, but get it to run on the server instead of the desktop. I want to do this so that user's the messages get filtered...
Dan
dang1414
Offline Send Email
Feb 4, 2004
3:46 pm
22764
You left out some critical information -- like the Outlook version. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for...
Sue Mosher
sue@...
Send Email
Feb 4, 2004
4:19 pm
22765
oh sorry. Outlook 2003 And for that matter, I was wondering if the book in your signature is going to have an update for 2003. I was planning on buying it ...
Dan
dang1414
Offline Send Email
Feb 4, 2004
4:24 pm
22766
Given how little changed in Outlook 2003 for novice to intermediate programmers, there's no need for an update to my programming book for this version of...
Sue Mosher
sue@...
Send Email
Feb 4, 2004
4:42 pm
22767
Hello All, I am trying to figure out how to access a users personal contact folder from a web page, we would like our users to be able to choose any amount of...
Khazen, Victor
victor.khazen@...
Send Email
Feb 4, 2004
4:59 pm
22768
Yep - tried that. ... compliant? so ... gives ... them up ... on ... much ... with ... URL ... like "\\server\share\progname.exe - ... just ... just ... --...
ricpike
Offline Send Email
Feb 4, 2004
5:33 pm
Messages 22739 - 22768 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