| Thread | Last Post | Replies |
|
| Detecting selection of InBox | 20 Nov 2003 21:58 GMT | 4 |
I would like to detect if the user selects (i.e. switches to) the inBox in VBA to perform an action if this is the case. There doesn't seem to be an onChange event handler for the Application object...
|
| Accessing Internet Mail Profile in Outlook 2003 | 20 Nov 2003 20:21 GMT | 1 |
I am trying to figure out how to access the settings for Internet Mail in Outlook 2003. In OL 2000 and 2002, I was able to access that info in the registry. It appears MS no longer stores this info in the registry in OL 2003. I have Outlook Redemption and I tried to access
|
| New to Outlook VBA | 20 Nov 2003 18:27 GMT | 2 |
I want to write a routine to extract an URL from an email as it is received, and open that URL in a browser. I know I can get there maybe with Rules and a custom event, but I only want to do this for the first of such messages received, so I thought the
|
| scripts & rule wizard | 20 Nov 2003 18:19 GMT | 7 |
I now have a macro that will save an attachment to my hard drive, but I would like to have this happen automatically. I receive an email everyday from the same person and currently have a rule in place to move the
|
| Unable to automatically click email hyperlink and start a new message | 20 Nov 2003 16:55 GMT | 1 |
If you are on a web page that has a " reply to " email hyperlink... when clicking on this link ..outlook should open with a new message box available with the email hyperlink in the "To" line.. I have outlook 2000 and all that happens is when clicking on email hyperlink outlook ...
|
| programming multiple addresses in VBA | 20 Nov 2003 16:10 GMT | 2 |
What is the correct syntax to add multiple addresses in Bcc in the Slipstick code sample on http://www.slipstick.com/dev/code/autobcc.txt ? Any help?
|
| Question | 20 Nov 2003 14:43 GMT | 1 |
I want to customize Outlook Web Access 2003 for my application, and for that I want to remove logoff button. Can you help me on that? Thanks
|
| Insert name into outlook template | 20 Nov 2003 01:25 GMT | 5 |
I am using CreateItemFromTemplate to create a message from an Access 2000 database. How can I insert a "Dear NAME," line into the body of the message. I would like to replace NAME with a field in the database Thanks!
|
| This don't work in Outlook 2002? | 20 Nov 2003 00:31 GMT | 2 |
Sub TestReadHTML(ieDoc As String) Dim ieApp As SHDocVw.InternetExplorer Dim webDoc As Object Dim ol As New Outlook.Application
|
| Adding/designing a template | 19 Nov 2003 22:25 GMT | 1 |
I am running Outlook 2002 and want to add a form to the contact in which I can custom design the fields and form information that I want. I am trying to locate an information source that will explain the process. Can
|
| Automatically Enabling "Out of Office Assistant" | 19 Nov 2003 21:47 GMT | 1 |
Is there a way to enable the Out of Office Assistant whenever the user exits from Outlook? I want to use VBA in the QUIT event, but I can't find a proper object for the Assistant. Larry
|
| Question About ThisOutlookSession | 19 Nov 2003 20:40 GMT | 5 |
I bought Sue Mosher's book (Jumpstart for Admins...good stuff) and have been working through some of the modules up through chapter 4. I put all the subroutines in their own module files so there is no code in ThisOutlooksession.
|
| Embedding Images in HTML email | 19 Nov 2003 17:21 GMT | 2 |
I'm trying to use VBA to create graphical headers/footers in Outlook emails, using embedded rather than linked images. I have tried to follow the instructions on Slipstick.com here: http://www.slipstick.com/dev/code/htmlimg.htm
|
| Programattically manipulating the Outlook interface | 19 Nov 2003 15:32 GMT | 2 |
I'm trying to figure out if there is a way to programatically manipulate the built in Outlook interface forms within the product via the Outlook Developers Object. For example if I start Outlook and I initiate the
|
| server is not available, when profile selection dialog is enabled | 19 Nov 2003 15:21 GMT | 1 |
I have an application using automation, which holds on to the Outlook session (using OOM) once it got one to speed up things a little. The whole thing is non-visual, i.e. I don't display any Outlook windows. However, when I try to start Outlook with a pre-selected profile, things ...
|