| Thread | Last Post | Replies |
|
| How to update free/busy information when adding recipients program | 01 Apr 2005 00:47 GMT | 3 |
I am adding recipients programmatically to an AppointmentItem. The issue I'm having is that free/busy information is not updated on these recipients. The only way to get them updated is manually removing them and adding them again. Is there any way I can solve this problem ...
|
| Macro to send an Outlook folder | 01 Apr 2005 00:34 GMT | 6 |
I have a macro (see below) I use in Outlook 2003 to automatically send some external files via email, and it works fine. Is there a way to use a similiar macro to send a specific Outlook folder, such as the Calendar folder?
|
| Macro to Import Excel Dates to Outlook Calendar | 30 Mar 2005 16:12 GMT | 1 |
I have a spreadsheet that I use to import dates into my Outlook calendar. Is there a way to create a macro to do this import? Thanks, Mark
|
| How Can I Get SMTP Addresses Of All GAL Entries? | 30 Mar 2005 08:18 GMT | 5 |
I've tried using CDO but I can only get the SMTP address of the CurrentUser. I've got code that iterates throught the GAL but all I get is distinguished names. It there anyway to get this converted to an SMTP address?
|
| How can the "A Program is trying to access Outlook" security box . | 30 Mar 2005 07:55 GMT | 3 |
I have a VB program that connects to outlook and sends auto emails using our users outlook profiles. The "A Program is trying to access Outlook" security box is driving the users crazy. How can this box be turned off?
|
| Does Outlook record the Sender's IP address in any field | 30 Mar 2005 07:34 GMT | 1 |
Does anyone know if Outlook (any version) records an email sender's IP address in any field in Outlook? I have looked at fields of several email's using a program called Outlook Spy, but I haven't been able to tell if Outlook records this or not. Any help would be greatly ...
|
| Suppressing Outlook security warnings? | 30 Mar 2005 05:29 GMT | 1 |
I am generating Outlook emails in a VB.NET application and get the following 'standard' security message: "A program is trying to automatically send e-mail on your behalf. Do you want to allow this? If this is unexpected, it may be a virus and you should
|
| Macro to send Outlook folder | 29 Mar 2005 21:43 GMT | 5 |
I have a macro (see below) I use in Outlook 2003 to automatically send some external files via email, and it works fine. Is there a way to use a similiar macro to send a specific Outlook folder, such as the Calendar folder? Sub SendFiles()
|
| Insert text at end of journal entry | 29 Mar 2005 21:31 GMT | 13 |
I would like to insert the text at the end of a journal entry. Specifically, I am trying to add, on a new line: Call returned at (date) (time) inserting the date and time. Which vba methods, objects and properties should I be using here?
|
| WHY? Memory issues | 29 Mar 2005 08:02 GMT | 1 |
Trying to export info from a form, Keeps stopping every 300 records How can I clear the memory after it writes? Sub exportitems() Dim ol As Outlook.Application
|
| Reading outlook emails into access - not working now | 29 Mar 2005 05:06 GMT | 2 |
A few months ago, I found some code that was really helpful in reading/importing Outlook 2003 emails (subject & body) into Access 2003. I am not using "Redemption" because I could not find could code to do what I needed. Now, for some strage reason, the enclosed code is not ...
|
| Acess to outlook | 29 Mar 2005 01:38 GMT | 3 |
Need help have an aplication external to comunicate to adress book on outlook 2003 but apeear the message box "... autorize acess .... outlook for x time 10 mins." who eleminate this box?
|
| Help programming macro | 28 Mar 2005 20:12 GMT | 1 |
I am new to VBA programing, and I looking for some simple help. I like to create a macro for Outlook that once it is run, it will create several e-mails and pre-fill the e-mail address from e-mails in my personal contact folder or from a list of programed beforehand e-mail
|
| How can I export calendar items to excel with filter? | 27 Mar 2005 15:51 GMT | 2 |
Hello, All! I got a Problem: I need to export my outlook 2003 calendar to an .xls file. Actually, the vb-code should do exactly the same
|
| Combobox data from Outlook to Word | 26 Mar 2005 17:29 GMT | 1 |
From a command button on an Outlook custom form, I would like to send a combobox value to a Word template. My combobox field name "type" has three potential values: injury, illness or other. This is my first attempt at VBA, and so far I've cobbled together the following script ...
|