| Thread | Last Post | Replies |
|
| Determining the account of an email | 29 Mar 2007 14:38 GMT | 5 |
I want determine the account an email was received so I can move it to a folder for that account. (Yes I know that rules will do this for me but my rules will not work unless I am connected to the exchange server, even though they are client side rules).
|
| new calendar window "always on top" | 29 Mar 2007 14:15 GMT | 1 |
Hello VBA Community, I am looking for a long time already for a VBA code that opens a new calendar window in outlook after outlook start in a particular size and position with property "always on top". Unfortunately, I was not
|
| Bolding Text in Macro | 29 Mar 2007 07:16 GMT | 1 |
I am struggling to figure out how to bold title fields in a macro I have created. the macro is below. How do I bold certain elements of this so that it appears better. IE: titles for First Name and Last Name... how do i bold in this macro?
|
| Writing to the status bar | 28 Mar 2007 21:48 GMT | 1 |
I want to write progress messages to to status bar. this article: http://support.microsoft.com/kb/208527 states that it is not possible to change the status bar text on office 2000. Is this still the case with office 2003 and 2007? I it is possible to change
|
| How Do I Get Outlook Startup Event to Fire? | 28 Mar 2007 20:18 GMT | 1 |
Below is the code for a message box for the Start Event (right out of the example). Nothing happens. The code is in ThisOutlookSession/Application/Start. Any ideas? Thanks. Private Sub Application_Startup()
|
| Manipulation Mail History in the Outlook and show it on the Access | 28 Mar 2007 19:54 GMT | 1 |
I am working in the office and I am developing a program on Ms Access for our recruiter. She wants to see e-mail history with the person she wants to recruit so she can track what has happened during recruiting process. I have a field that holds email address on the form. I want ...
|
| Message Header | 28 Mar 2007 19:52 GMT | 4 |
How does one get at the message header programatically? I don't see a property for it. Thanks.
|
| Macros in Outlook: Is it possible to do a recording of my actions | 28 Mar 2007 11:24 GMT | 1 |
I want to do an export from a specific folder by using a macro. Probably the same way as in Excel
|
| Other Return Address | 28 Mar 2007 03:00 GMT | 2 |
I'm using a form within my access to send mail through the default account/profile. Although I was able to change the settings for the read receipt and delivery receipt I do not succeed to change the reply-address (have replies send to
|
| Referencing Excel cell from Outlook VBA | 28 Mar 2007 01:11 GMT | 6 |
My apologies if this is a redundant post. I responded to a thread from Jan but it appears there is not a view that shows new replies. If I missed it I apologize. My issue is this:
|
| HELP!!... Tools>Macros...>Security doesn't exist!! | 27 Mar 2007 13:58 GMT | 1 |
I've got a new PC. I've imported several macros into Outlook: they worked fine on my previous Outlook. When I try to run them now I encounter "The Macros in this project are
|
| creating new outlook account (pop or imap) programmatically | 27 Mar 2007 02:18 GMT | 1 |
is there any way to do this?
|
| Microsoft Office Outlook 2007 | 27 Mar 2007 02:17 GMT | 1 |
I have a need to create chronological Correspondence Files from my Microsoft Office Outlook 2007 “deleted” and “sent” email messages. I have tried unsuccessfully to accomplish the task by: 1. Selecting a topic from the subject line
|
| Count actual work form all non compleated task. | 27 Mar 2007 02:17 GMT | 1 |
I need some help on this project. We need to Count the "actual work" from all tasks, that i not compleated. And the sort them by the prirority. Can this bee done in a From ? I'm thinking some kind of vbscript og
|
| Calendar's Current Item | 27 Mar 2007 01:51 GMT | 11 |
I heard that, unlike Outlook 10 or 11, 2007 allows you to retrieve the current item in Outlook Calendar with the Explorer.Selection object. Any ideas on how to do this? When the user is arrowing down the Day View, I want to retrieve the appointment item's properties for the ...
|