| Thread | Last Post | Replies |
|
| VBA doesn't work in OL 2003 | 25 May 2004 07:48 GMT | 5 |
after an error message in Outlook-VBA (2003), (something like "vba will be disabled") I can't run macros or vba editor. The menu entries are still peresent, but nothing happens.
|
| Add Contact Link for Appointment Item using Links Collection | 25 May 2004 06:36 GMT | 3 |
I am trying to add a Contact link to an appointment item using the Links collection as previously advised but am lost. My code (see below) adds an appointment item from an Access input form - no problem but I want to add the Contact link in addition to the basic appointment ...
|
| New to OL VBA: What returns "ThisMessage"? | 24 May 2004 17:29 GMT | 6 |
I've done VBA in Word and Excel, but not Outlook. I regularly send emails in which I must attach one or more Word docs. The problem is that these docs are in a folder of over 13,000 docs; when I click "InsertFile", it can take quite a while for all the docs to load into the dialog ...
|
| How NOT to count notifications? | 24 May 2004 15:33 GMT | 6 |
I have a macro counting the number of emails in Outlook 2002 depending on the day it arrived. However, if there is a notification in the mailbox, the macro doesn´t work. MACRO
|
| Outlook Automation: Forward as attachment | 24 May 2004 14:45 GMT | 4 |
My office is using MDaemon as our email server. It's spam reporter requires that the spam email be forwarded as an attachment. I created an Outlook 2000 macro to create a new mail item, attach the selected mail item to the new mail item, send the new mail item to "spam@somewhere ...
|
| Start OL at Login | 24 May 2004 14:32 GMT | 1 |
I find it useful to put shortcuts to various OL items (like new task, note, etc.) on my Taskbar so that I can have instant access to them throughout the day. Because of how I use my 'puter, I don't want OL to be visible in the Taskbar. I want to start OL at login, using VBScript, ...
|
| "Send" method of "MailItem" displays warning | 23 May 2004 21:55 GMT | 1 |
I am trying to send email via MS Outlook 2003. When I use "Send" method of a "MailItem", it displays a warning. Is it possible to disable this warning programmatically or instruct the user of my application to do that(disabling the warning) manually?
|
| olEmbedItem | 21 May 2004 23:41 GMT | 4 |
I find that I can easily embed a link to an email into a journal entry with the following command: Set objJouranlAttachment = objJournal.Attachments.Add(objItem, olEmbedItem)
|
| keep losing VBA for Outlook 2003 | 21 May 2004 17:54 GMT | 3 |
Recently I find I keep losing VBA for Outlook 2003. VBA for the other Office 2003 applications works fine but a little while after installing Outlook 2003 my macros, mapped to custom toolbars, stop working and typing alt-f11 to access the VBA interface doesn't do anything. How do I ...
|
| Appointment item fields from access | 21 May 2004 17:11 GMT | 6 |
I have used ACC: Using Automation to Add Appointments to Microsoft Outlook (Microsoft Knowledge Base Article - 160502) to set up Appointments in Outlook from Access which ahs worked fine. The code adds data to appointment time, date, reminder etc but can you add to the Contacts ...
|
| API for Outlook Connector using C# | 21 May 2004 16:03 GMT | 3 |
We use Lotus Notes. We have recently installed an application which requires the use of Outlook 2002 and for this we have installed Outlook Connector 2002. Now the problem is firstly can I just replicate a particular folder from Notes. All the messages required by this ...
|
| Restrict to Today's Received Mail in VBA | 21 May 2004 15:23 GMT | 5 |
I have code in the ThisOutlookSession module which attempts to process the current day's mail looking for a subject which begins with a number. If a matching Distribution List is found with the same name, the item is forwarded to the DL (There are reasons why I cannot use an ...
|
| How to find out if Outlook is Active | 21 May 2004 15:21 GMT | 4 |
Is there some VB code to test from within Access to see if Outlook is loaded?? I want to test first before sending emails from Access. Thanks,
|
| Turning off "Read Receipt" using VB | 21 May 2004 12:33 GMT | 3 |
I'm looking for a way to programmatically turn off the read receipt in Outlook 2000, using VB. I have an Excel spreadsheet, which the customer wants emailed to them line by line (I think this guy really loves spam, even though we are not spamming, beats me!!). But upon sending ...
|
| Read receipts deleted except for 1 person | 21 May 2004 04:21 GMT | 1 |
Is there a macro I can write that will allow me to get read receipts that I send to a distribution list, permanently delted except for one person in the list that I need a read reciept from?
|