| Thread | Last Post | Replies |
|
| How do I make all emails from on person a different color? | 24 Jul 2007 14:50 GMT | 2 |
I had found a way to identify all emails from one address to arrive in red so that I would identify them immeadiately. No the address has changed and I can't remember how I did it the first time. Does anyone know how to do this?
|
| Application_Quit | 24 Jul 2007 14:33 GMT | 1 |
I am trying to run a macro in Outlook when it closes, and I thought I need to do it under a Private Sub Application_Quit but it won't run. Any ideas? The macro itself works fine, it's juts getting it to run when Outlook closes. I thought I would need a Auto_Close like in Excel, ...
|
| can't assign macro | 24 Jul 2007 14:23 GMT | 1 |
Hello think i have got something wrong with my settings or something like it. When I create a button excel does not ask me what macro should be assigned to it nor is it possible to assign a macro to it after by
|
| CDO security issues | 23 Jul 2007 16:38 GMT | 6 |
I am implementing some code in Excel with VBA and my IT guy is concerned that using CDO to send an email may open us up to security vulnerabilities. Has anyone had any experience with this or know if the same security applies to CDO as to Outlook? (not that he believes Outlook to ...
|
| AdvancedSearch filter with a particular date | 23 Jul 2007 16:06 GMT | 3 |
I am having a problem that if my filter is set to a particular date, my AdvancedSearch will not return any result. But if it's set to a range, it is working fine. Is that the normal behavior? Here is my code.
|
| Current Calendar Date? | 23 Jul 2007 12:21 GMT | 3 |
If I am in the Day View of the Calendar, and on March 25, 2007, how can I get that date? Does ActiveExplorer give it somehow? I can get the current calendar's title with Caption, but I need the date as well.
 Signature Thanks, Dennis
|
| TypeName Function | 23 Jul 2007 06:24 GMT | 5 |
Hi, I would like to get some code that shows me how to use the TypeName function to determine whether the current item I am about to use is in fact a mailitem and not something else?
|
| Edit MS Outlook Registry Programatically VB | 23 Jul 2007 06:12 GMT | 1 |
I did post one question yesterday about registry editing in Outlook in order to change the the mail editor option in Outlook programatically. And Eric did help me with that. Thanks Eric. Anyway, now i have another problem. Once i change the registry value
|
| Filter Inbox by Distribution List | 23 Jul 2007 02:24 GMT | 3 |
I have a inbox that is shared by multiple staff members and we receive e-mails from sales staff in 3 separate geographic regions (identified by distribution lists). I want to know how I can filter the inbox so staff members only see the e-mails from their designated region. Can ...
|
| vba hint | 22 Jul 2007 23:19 GMT | 1 |
does anyone no how to answer a proposed question like this. I was looking through some old papers for next years module in this. As im doing this as a module on my course and I want to get a head start in understanding how to write this in essay formats.
|
| SQL filters with MAPITABLE | 21 Jul 2007 21:50 GMT | 1 |
I'm using Redemption to create a session, then I get the current folder, then I create a oCurrentItem by mapping it to my oCurrentFolder.Items. I can get oCurrentItem.Count to return 27, the number of items in that folder, but what I want to do is use SQL to find all the items ...
|
| Header Preferences | 21 Jul 2007 20:00 GMT | 2 |
I need to find a means of telling what headers the user has set to display in the Message list. How can I do this? Is there a "visible" property or something I can check in the TableView or something?
 Signature Thanks,
|
| How to turn off "Use MS Word to edit email message" in MS Outlook VB | 20 Jul 2007 22:52 GMT | 5 |
I'm looking for a way to uncheck "Use MS Word to edit email message" in MS Outlook programatically. Does anyone know the code in VB?? Thanks.
|
| Outlook within Excel, get return code to know if user pressed SEND | 20 Jul 2007 19:56 GMT | 3 |
Question: Using the Outlook object model within Excel, can I get the return code to know if the Sender pressed the SEND button? I use the following code within Excel to send Outlook email. I would like to know how to determine if the user actually pressed the SEND button within
|
| Reading Pane in vba | 20 Jul 2007 12:42 GMT | 13 |
Hellow, I want to check if the ReadingPane is On in vba. How can i do this? i found a method ShowReadingPane but i can't find an example on how to
|