| Thread | Last Post | Replies |
|
| unknown exception error in Exchange Environment | 28 Feb 2006 20:25 GMT | 3 |
I've been customising a Contact Form using an Exchage Server with the following code. The "Admin" form 1) Prints out records from month that user specifies in Contact Folder. I've published a form called "RITO Contacts" there.
|
| Compress PST-File with VBA | 28 Feb 2006 16:55 GMT | 1 |
Is it possible to write a vba-routine to compress a PST-File? Thanks and regards Heinz-Dieter Janzen
|
| creating calendar items VERY slow | 28 Feb 2006 13:13 GMT | 1 |
I hope this is the correct forum - if not please direct me elsewhere. We have a programme that creates hundreds of calendar entries automatically in resource calendars (Exchange2003). The programme accesses the claendars though MAPI. The problem is that the programme is VERY slow ...
|
| SelectionChange Event | 27 Feb 2006 19:52 GMT | 2 |
I have a quick (yet probably easy question). I've done some VBA in excel for the generation of engineering calculation spreadsheets but this is my first kick at VBA in Outlook. I'm trying to create a routine where I can click a message in my Inbox
|
| Changing of FROM address when sending emails using VBA | 27 Feb 2006 19:30 GMT | 2 |
My application sends email using Access and Outlook 2002. When it sends the emails, it sends them with a seemingly arbitrary Sender's address. I have four email accounts and even though I have chosen one to be default it does not use that.
|
| macros | 27 Feb 2006 19:25 GMT | 1 |
Is it possible to start a macro loacted in afolder? I mean that i have a server folder where i stored all the vb function "H:\vb\_Function\" As i have to load the same macro on 5 computers in anet...is it possible to
|
| Graphics in HTML Body | 27 Feb 2006 14:17 GMT | 2 |
I need some help please. I am sending a whole lot of emails from my Access application through Outlook 2003. I use HTMLBody to create the body. here is what I do:
|
| Bypassing the security dialogue | 27 Feb 2006 13:37 GMT | 1 |
Is there a way to bypass the security dialogue using Sendkeys or by changing some settings? I don't want to use any third party software if I can avoid it. I have tried using Sendkeys, but they don't seem to work. Perhaps I am
|
| copy to clipboard | 27 Feb 2006 11:24 GMT | 7 |
I want to programatically copy text from one of my task fields and send it to the clipboard. Can you someone point me in the right direction or give me some simple
|
| pause in script | 27 Feb 2006 06:27 GMT | 6 |
I just want to add a 5 second pause in my script. Can someone point me to some sample code - I couldn't find the command? Thank you, Joel
|
| Extracting email body (only last one) | 27 Feb 2006 06:16 GMT | 1 |
I am trying to extract the email body, but only the 'last one' Not all of the included replies. It looks like Outlook inserts a 'line' between the sections, is there a way to programatically detect this TIA
|
| Problems looping through Recipients in a draft message | 27 Feb 2006 06:10 GMT | 1 |
I have a VBA program that determines if the Outlook message I am currently drafting has any external email addresses in any of the Recipient lists (To: , CC: or BCC). If any are found it prompts the user with a list of the external address(es) and gives him/her the option to delete ...
|
| Using VBA code to move current message to a folder | 26 Feb 2006 01:46 GMT | 4 |
I want to automate the task of moving the currently open Outlook message into a folder called "TEMP" I found a code example on this forum but have a few questions. My variation of the code pasted below. 1) How do I dimension those object variables (note ????? in the code)?
|
| Adding Follow Up field to Field Chooser Programatically. | 25 Feb 2006 14:10 GMT | 3 |
I would like to make a firm wide change for our Outlook 2000 users. I would like to add the follow up field to the email area using VBS (or whatever will work). It's such a general request, I'm having a hard time finding information on how to do this programatically. Can anyone
|
| Application_startup will not work | 25 Feb 2006 09:52 GMT | 3 |
In the "thisoutlooksession" module I put this sub Private Sub application_Startup() MsgBox "The Hunt Has Begun!" End Sub
|