Set olNameSpace = OutlookApplication.GetNamespace("MAPI") Set olMAPIFolder = olNameSpace.GetDefaultFolder(olFolderContacts).Parent 'iterate all folders For i =...
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...
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...
I have an application written in Delphi which integrates Tasks and Calendars using Oracle and Exchange via Outlook. Originally written many years ago in...
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...
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...
Check out the Namespace.GetSharedDefaultFolder method. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power...
Sue Mosher
sue@...
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...
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...
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:...
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@...
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...
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...
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@...
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@...
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@...
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...
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@...
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...
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@...
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...
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...
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...
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"...
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...
You left out some critical information -- like the Outlook version. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for...
Sue Mosher
sue@...
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 ...
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@...
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@...
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 ... --...