| Thread | Last Post | Replies |
|
| Please help with using CDO on Windows XP | 12 Mar 2004 17:10 GMT | 1 |
I added ?Windows CDO for Windows 2000 Library? in References and tried this code (It doesn't show CDO version?) (Code not work, error: ?User defined type not defined?):
|
| cant send/recieve | 12 Mar 2004 15:56 GMT | 1 |
i cant send or recieve emails from outlook and was previously able to
|
| Sendkeys Timing | 12 Mar 2004 15:27 GMT | 17 |
I have a script that, when you press a button in Accees, starts Outlook (if it is not running), opens a new message, and puts data from various fields in the Access database into the To:, Subject: and body of the e-mail message and then inserts the Outlook sig file.
|
| Outlook 2000 - Sending Email Problem | 12 Mar 2004 14:56 GMT | 6 |
I am using the following code snippet to create a new mail message from within Microsoft Access 2000. The problem occurs in the line marked with "XX" As long as I leave the code as shown below
|
| VB Editor is disabled | 12 Mar 2004 14:22 GMT | 1 |
My Outlook 2003 Tools> Macros, Security, and VB Editor all have become disabled. I.e., they appear as menu items, but selecting them causes no action. They all worked fine before yesterday. I've repaired and reinstalled but these did not change anything. Has anyone else seen this ...
|
| Need fields in new email received | 12 Mar 2004 13:06 GMT | 1 |
I have a macro that notifies me of new emails in my inbox. Currently, I displaly the sent time, sender and subject lines. My problem is the time I display is the NOW time, not the actual tim the email was sent. The example I copied from shows:
|
| Use of Web Browser control in desktop app opens links in Outlook XP and not IE | 12 Mar 2004 12:55 GMT | 7 |
I've posted this mail to the outlook.configuration but haven't been able to get an answer to my issue as yet, so was hoping that someone in this group could point me in the right direction. I have an "Alerts" client desktop application written in VB6 that
|
| execute a sub by command line? | 11 Mar 2004 22:52 GMT | 1 |
How can I do it? Is it possible? Thanks Carlos Dur?n
|
| Enabling macros | 11 Mar 2004 19:55 GMT | 3 |
When running (trying to run) a macro i've written within outlook I get a "MACROS IN THIS PROJECT ARE DISABLED". How do I enable macros in outlook/????
|
| Outlook redemption question | 11 Mar 2004 19:01 GMT | 5 |
I have done some limited testing on reading address books and sending email using the redemption.dll (purchased/registered) I have run into a problem on a Windows 2000 machine running Outlook 2000. When I execute the code below. The contact folders are listed with a ZERO
|
| Auto populate recipients | 11 Mar 2004 16:56 GMT | 1 |
I want to have a particular recipient automatically filled in the "TO field when I load the address book. Is that possible through VB programming -----------------------------------------------
|
| redirect or disable save button or file>save | 11 Mar 2004 15:36 GMT | 6 |
When the user clicks on Save button or File>Save, I'd like that another function would be called or that the function would be disabled. how could I do for both ? this would be done in outlook, using VB6.
|
| PropertyPage calls Addin Sub? | 11 Mar 2004 14:31 GMT | 2 |
I created the Option PropertyPage (it has to be a standalone Active (ocx)?). But I dont want to add multiple functions in my addin and the propert page.
|
| Outlook .msg attachment file info needed | 11 Mar 2004 14:24 GMT | 5 |
I want to expand a .msg file into files --- save each file and the hierarchy contained in a MSG attachment. Any one can provide me related information for doing it? Thanks!
|
| ItemProperties in Outlook Object Library 9.0 | 11 Mar 2004 12:01 GMT | 1 |
Hello NG! Using the Outlook OL 10 (Outlook 2002) I can access the properties of an item with myProperty = myOutlookItem.ItemProperties("PropertyName")
|