| Thread | Last Post | Replies |
|
| modify outlook form-appointment form | 24 Mar 2006 16:20 GMT | 1 |
I'm interested at adding some controls in the standard appointment form. But when I open the appointment form and chose "design this form", I can't modify anything in the first slide "appointment". so how to add some controls in the "appointment" slide?
|
| email using redemption | 24 Mar 2006 09:16 GMT | 10 |
I am using redemption to forward emails. When I do not display the item, it will send without the body(message). But if I display the item first, then close it and send, everything is sent including the message.
|
| Item.Recipients.Add | 23 Mar 2006 23:27 GMT | 5 |
VBA in Outlook 2003 - ThisOutlookSession This code was working but now it does nothing when I send an email. What could be the problem? Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
|
| archiving msgs in public folder w/ redemption | 23 Mar 2006 22:41 GMT | 2 |
I'm looking for a best practice method to solve the following: I have a public folder with ~12K msgs in it. A web application that I use stores the EntryIDs of each of those messages so that users can call up the message in Outlook from the web app via the
|
| Version confusion | 23 Mar 2006 20:51 GMT | 9 |
Hi, my problem it's taht I have some old completed froms. they were build with one of my first version of form. Now, I have a new form and I want my old forms with my new form template. But I'm not abble to do it! I've found the code that will help me to do it but I just don't ...
|
| Macros disabled | 23 Mar 2006 20:50 GMT | 1 |
I created a macro using some VBA code I copied from another site to change the order that names in my contact book were displayed when I click on the "To" button in a message. The first time I ran it it worked like a charm but I realized that I had it displaying "FirstName Last ...
|
| VB Editor Opens by itself | 23 Mar 2006 19:28 GMT | 1 |
I've created an Access application includes an Outlook View Control used to copy the body of incoming mail into a table. I've also installed Outlook Redemption to bypass the Outlook security pop ups. Other than the View Control, all other references to Outlook objects/methods ...
|
| Soft Deletes, Hard Deletes, Shift+Delete, Move, etc. | 23 Mar 2006 18:19 GMT | 3 |
I'm writing an auditing tool and I'm trying to find out exactly what happens to an item in Outlook when you 1.) Delete 2.) Shift+Delete and 3.) Move. By doing a before & after comparison of the PR_ENTRYID, here's what I think Outlook is doing:
|
| ItemAdd | 23 Mar 2006 05:49 GMT | 1 |
I have been looking over the Internet for a solution in Outlook 2000 that will let me show a popup window whenever a new email comes in. In the ThisOutlookSession all I see is an event for Application_NewMail(), but I have seen Microsoft MVP's on some sites saying that you ...
|
| Can I automatically make appointments into tasks also? | 23 Mar 2006 02:21 GMT | 5 |
A guy posted a Q in the .calendaring NG (see below) - and I'm wondering now if it can indeed be done (fire off the Save Event - if such a thing exists)... Subject: Re: Can I automatically make appointments into tasks also?
|
| address book manipulation | 22 Mar 2006 22:27 GMT | 3 |
This may have been asked but I did not find a lear answer anywhere so I will ask again. Please accept my apologies if I am inadvertently beating a dead horse. My company is using Access 97 to populate Outlook 2003 personal address
|
| problem with flag icon | 22 Mar 2006 19:40 GMT | 3 |
i'm not very expert on vba script. I'm using outlook 2003 and i'm trying to do a simple application. Actually I'm receiving an error using the script below. The script try to access to the public folder "personale" where there
|
| Status Bar text | 22 Mar 2006 18:13 GMT | 1 |
Is there anything similar in Outlook to the Echo method in Access. I would like to show the progress in the Status Bar as a macro processes through the mail folders and items. TIA
|
| Version and download | 22 Mar 2006 16:27 GMT | 1 |
I put the lastest version on my form on a web site. I want a VBscript that can look up which version of form the user is using and if it's not the lastest version I want to download automatically from the web site. I want something like:
|
| Code to attach more than 1 document | 22 Mar 2006 07:41 GMT | 1 |
I have created a form in excel and when you complete the form you can run a macro that sends the form to the spcified mail recipient specififed in the code. However, there maybe more than one document that the sender wants to attach to that email...Is there any code to bring up ...
|