Is it possible to spawn another application from an Outlook form? I would like to bring up an IE session with a specified web page when a user clicks a...
I have the following code and have run into the Error no read permissions on the database either when trying to executethe SQL statement or trying to access...
Quick review, I don't see where you are closing the database connection. My guess is that Access is set to only allow a single connection and is locking the...
I continued to debug after sending the message went into access and set ADMIN to have full access to the Table .... duh when I created the table I not only did...
1. Are you sure the target db is closed? You cannot open it via DAO if any other user has it open. Check your Task Manager Processes to be sure no Access...
Kathryn Riss
kriss@...
Nov 2, 2005 9:26 pm
25870
I have noticed that all the questions posted here have to do with using VB. I am interested in writing a plugin using c++. Does anybody have experience doing...
Did you look at MsgDump2000 at http://www.bpsmicro.com/ ? --Mark ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Craig ...
How would I go about adding a task using Vba without have to open the Task form and click save? Also how would I go about deleting all tasks using vba?...
I am looking for a way to capture the "Assign Task" event, and the actual assignment to an individual, of a task form. My goal is to capture an "Assigned...
When trying to create an email from my Delphi Application (D2005) I get an EOLESysError : Incorrect function when ttrying to Display the MailItem like this: ...
Hi, When creating and sending appointments by means of my Delphi Application, sometimes the Subject is preceded by the start and endtime of the appointment. I...
You mean in the Day/Week/Month view? The Subject itself doesn't change. What you're seeing is display behavior that's built-into Outlook and depends on the...
Delphi bug - it always expects that a COM method returns S_OK (=0). In this case Outlook returns a non-critical (>0) error that can be safely ignored. Another...
... depends ... Yes, now I see, couldn't find that setting at first, but now I see that if times don't fall into a particualr bracket Outlook will the times...
... Yes, should have done that in the first place, but it used to work OK, can't figure out what I've changed to make it suddenly popup with the fault.. ... ...
See below ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Alfred Vink Sent: Sunday, November 06, 2005 1:02 PM To:...
Hi I have an Addin that loops through all the messages in a Mail Folder checking for a custom X-Header, and performs tasks on each mail it finds with this...
Hi , I am trying to retrieve the mail sent by a guy having a particular subject using VBScript .QTP is no good at it . I am facing 2 Problems 1) Outlook...
1) The password parameter is a legacy of MS Mail, IIRC, and has no relevance to Outlook. Whether the user has to enter a password at all will depend on the...
I have the following code to Delete all of the Tasks in the tasks list but when I run it the code only deletes some of the tasks. Does anyone have any ideas? ...
Never move or delete inside a For Each loop, which resets the index on each pass. You can use a countdown loop instead: count = colItems.Count For i = count to...
Many thanks Dmitry. Let me try it out. I presume I still need to find a message with the custom X-header to run my initial GetIDsFromNames? Or will any mail in...
No, any message would do - you just use it to figure out the named prop tag, the property itself does not have to exist in that particular message. ... From:...
I am having issues with an auto-accept script on Exchange 5.5. The script is running, but fails on one or two rooms. Checking Performance Monitor on the server...
When somebody assigns you a Task in Outlook, and you check it as Complete, Outlook sends out an IPM.TaskRequest.Update "note" to the assigner, and also a...