| Thread | Last Post | Replies |
|
| Adding mail items to the Sent Items folder | 16 Jun 2005 20:00 GMT | 3 |
Does anyone know if it is possible to programmatically add MSG files to the 'sent items' folder. Ideally, these messages would look exactly like they had been sent via Outlook. (ie saying the message has been sent).
|
| Problem invoking the Outlook Application | 16 Jun 2005 18:42 GMT | 1 |
We have applications that use the outlook object to send mail. With earlier versions of Outlook they used to run fine. But with Outlook XP a dialogue pops us asking us to confirm, allowing the app to send mail.
|
| Determining Current User's Default E-Mail Account | 16 Jun 2005 18:39 GMT | 4 |
Is there a way, using VBA in Outlook, to programatically determine what the currently logged-in profile's default e-mail account is? My company has a product with customized Outlook functionality, but when the user's Outlook profile has a different default e-mail account than ...
|
| Is it possible to set/change sent date in an email in Outlook 2002 | 16 Jun 2005 18:04 GMT | 4 |
I have a CSV file of emails in the same format as outlook's and can import them into outlook. BUT, I cant set the sent date in anyway that I can see, even in VBA it is readonly. Does anyone know how this can be done ? are there open formats that Outlook will import from that does ...
|
| Automating Outlook | 16 Jun 2005 15:38 GMT | 7 |
It is my understanding that Outlook is a single instance app, i.e., there can be only a single instance of Outlook running. I've been using code such as the following: 'Get existing instance of Outlook ; otherwise create a new one
|
| event by klicking on new email (system) button | 16 Jun 2005 02:55 GMT | 2 |
i need your help please. which event would fire by clicking on the system button: "New Email". I don't want to implement my own button. Simply use the system button. I haven't found any event.
|
| Accessing Folders | 15 Jun 2005 22:42 GMT | 1 |
Is there a way to access an specific folder, in the particular folders, that is not the default through vba? Thanks, Ottoni.
|
| starting a macro when open outlook | 15 Jun 2005 14:42 GMT | 3 |
I would like to know how can I do a VBA macro that is fired every time I open the outlook. I am used to program in excel VBA and, in it, there is a tool that we can use to record a macro, isn't there this resource in the outlook?
|
| VBA code for the equivalent of Resend this Message | 15 Jun 2005 07:02 GMT | 5 |
Seeking VBA code for the equivalent of menu Actions->Resend this Message Or even the name of the method if their is such (and the object probably.) Is there are really good REFERENCE -- preferably online
|
| Can't get at VBE | 15 Jun 2005 05:30 GMT | 1 |
I can't open the VBE by using either alt+f11 or tool -> macro -> VBE any thoughts?
|
| Appointment item Drag and Drop event | 14 Jun 2005 20:25 GMT | 1 |
I am required to create a custom form which updates a SQL Database each time an appointment item is updated. Within the calendar view, when an appointment is dragged and dropped to another user's calendar, I need to : a) obtain the which user's calendar the appointment has been ...
|
| automatic filing of sent outlook 2003 emails by subject title | 14 Jun 2005 19:47 GMT | 1 |
I wish to automatically save to disk all sent emails that have a 'code' within the subject 'title'. This code would route the file to the correct directory. If this is a feature of Outlook then I have missed it please could you point
|
| Forms | 14 Jun 2005 15:08 GMT | 1 |
How could I have a seperate eforms registry for a group of people? Thanks
|
| RPC limit - Child Processes | 13 Jun 2005 22:43 GMT | 4 |
I read somewhere that I need to launch child processes to overcome my problems with the RPC limit. Please can anyone explain what that means and how to do it? Thanks in advance
|
| Adding feedback to a textbox as items are deleted | 13 Jun 2005 19:37 GMT | 3 |
I have created a module that will go through and delete all of the items in a specified outlook folder. I'm attempting to modify it so that as the items are being deleted, the status of this process is updated incrementally in a feedback texbox for the user to view (very
|