| Thread | Last Post | Replies |
|
| Sending question | 07 Sep 2005 10:52 GMT | 2 |
I have a problem when sending some messages with a certain account. I would like to move the sent message to a specific folder automatically. If I use the rules from OL I will get a copy of the message in the "Sent' folder as well.
|
| Concatenating Date and Time | 07 Sep 2005 10:02 GMT | 1 |
I have the following line of code in Outlook 2000 and am receiving a run-time error 13 ("Type Mismatch") when I try to execute it: myApptItem.Start = dteLicRenewalSubmitBy & #8:00:00 AM# I'm trying to concatenate a date (contained in a variable) to a literal time
|
| Populating Calendar with Data from an Access Table | 07 Sep 2005 01:11 GMT | 2 |
I was wondering if it is possible for Outlook to read in information from an Access table? What I am trying to accomplish is to write some code that will read through an Access table and populate the Calendar in Outlook with any tasks that are due on that day.
|
| Export with VBS with user defined field. | 06 Sep 2005 15:39 GMT | 1 |
Sorry, my knownledge about vb is very weak ... I design my own appointment form. I assigned two self defined field (info1 and info2). I have to modify vbs script to export all appointments to excel file.
|
| Method "Display" of object "mailitem" failed -2147221441 (80040107) when running code in background, code works when stepping through | 06 Sep 2005 15:23 GMT | 3 |
Method "Display" of object "mailitem" failed -2147221441 (80040107) I'm working on some code to allow the user to read messages press a button to file the message according to what they see. After each message is moves to another subfolder of the Inbox, I want to move
|
| Automating mail merge? | 06 Sep 2005 15:20 GMT | 1 |
I'm trying to reduce the number of steps involved in an email merge to at least compare favorably to using a distribution list. I'd like to automate selecting a custom contact view, starting the merge process & selecting certain options, than saving the email form (a Word doc) ...
|
| Outlook - Look @ unread items and report where not read within 1 hour | 06 Sep 2005 15:18 GMT | 1 |
Don't think this is possible, however if anyone has any suggestions it'd be really appreciated. I need to be able to monitor items within a shared inbox (sub directories as well) where there are unread items for more than 1 hour.
|
| Need Utility | 06 Sep 2005 15:16 GMT | 1 |
I need a utility that will Create a new task, and suck over data from another task in another folder. Both folders on the All Public Folders. Important: I don't need it copy, it needs to re-create the task and only bring over fields that I want it to bring over.
|
| VBA Vs COM Add In | 06 Sep 2005 15:14 GMT | 1 |
I have a code (with custom form) that i want to deploy in my org. I examine a bit and find out that i need to write a COM add-in for that task. I'm a newbie in VB so i wanted to know: A) can i use the VBA code for the routines i wroteor i need to exchange it
|
| saving attachments in local map | 06 Sep 2005 10:21 GMT | 2 |
got a major issue; I receive xml files by mail and want to save them automaticly in a map. (my file is called: client.xml) I found that i had to use VB in outlook and puted in:
|
| Open .msg from the web | 06 Sep 2005 10:02 GMT | 1 |
I would like to be able to open .MSG files placed in a website from Outlook. The message files are placed on my website, and I want to create a link each file on a web page viewable from Outlook. Then, when a link to a
|
| Online folder view in Outlook | 06 Sep 2005 09:09 GMT | 2 |
>From the bookm "Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers" by Sue Mosher I have found out that custom html-views of folder content can be created using something like:
|
| Quick (and possibly stupid) question | 06 Sep 2005 07:15 GMT | 2 |
I need to modify my wife's outlook 2000 to allow her to save orders and then automate the appropriate followup based on order type and status, freq, etc... My question is am I better off using a database for storing each contact's
|
| 1st time using vba with Outlook | 06 Sep 2005 07:03 GMT | 1 |
Hello, I have two email that I receive everyday with different subject XXX and YYY Does VBA support an option to let me create a new email with this steps step1: search for last email with subject XXX
|
| Import .msg into Outlook | 05 Sep 2005 14:38 GMT | 1 |
How do I import a .msg file into Outlook programmatically? I have looked at http://techrepublic.com.com/52 08-11192-0.html?forumID=42&thr eadID=142...
|