| Thread | Last Post | Replies |
|
| Retain attachment when replying | 31 Mar 2006 23:14 GMT | 6 |
Hello everyone. First time on here. We are using an automated excel file that emails itself as an attachment for approvals. Sometimes up to 4 approvals are required. The approver replies to the email and it continues down the line.
|
| Forms Design | 31 Mar 2006 22:48 GMT | 1 |
I have created forms in previous versions of Outlook, but when I select to design a form in Outlook 2003 SP1, it opens the form and displays "Untitled - Tasks (Design)" in the title bar but doesn't allow form design on the first page. Any ideas? Thanks in advance!
|
| Run VBA Code from 'new mail message' on standard toolbar | 31 Mar 2006 17:53 GMT | 8 |
Outlook 2003 I have found and edited the following code (sourced from Sue Mosher) and assigned it to a button on a customised tool bar but would prefer to have this run when I click on the 'new mail message' button on the standard tool
|
| Emails and Macros | 31 Mar 2006 16:02 GMT | 1 |
Hi, I am new to coding Outlook and have a quick question. Is it possible to attach VB code to an email and make it run when the recipient opens the message? I want to create an email that activates the recipients text-to-speech and automatically reads the mail to them?
|
| Custom Mail Fields | 31 Mar 2006 14:50 GMT | 2 |
I am using outlook to send emails from my delphi application. Is there anyway to create a couple of custom fields (with code), just for specific messages so I can store some ID's of customers from my application in the mail so I can see when those mails are sent?
|
| Mail Account | 31 Mar 2006 14:18 GMT | 4 |
Is it possible to code Outlook XP to use a specific mail account to send email based on the Catagory set in the contact list? If so, where do I start? I have multiple email addresses and am forever forgetting to change the account when I send to mail lists.
|
| An Easy Question: How to get a "msgbox" to display? | 30 Mar 2006 20:55 GMT | 2 |
Since I am not any great Visual Basic for Applications (VBA) programmer I am probably missing something very simple here. I searched for an answer in this group and some items that sound related don't seem to apply to my problem.
|
| VBA shortcut to open custom form in design mode? | 30 Mar 2006 11:37 GMT | 4 |
There is a custom form that I modify frequently and I was wondering if there is any way to programmatically open the form in design mode? Currently I have to go Tools -> Forms -> Design a Form -> Personal Forms Library -> select the form (or double-click) -> Open Thanks
|
| How to add the Outlook appointments to my app | 29 Mar 2006 18:02 GMT | 1 |
I've been through a lot of info on the web regarding Outlook, specifically appoinments, but nothing I have found directly answers my question. I'm writing a standalone application in C# (language doesn't matter) and would like to embed the Outlook appointment book (sorry if
|
| How to add an Icon to a commandBarButton | 29 Mar 2006 17:39 GMT | 1 |
I try To add an Icon(custom icon) to a commandBarButton. I wrote the foloeing code in vba: Dim myOlApp As New Outlook.Application Dim objInsp As Outlook.Inspector
|
| Paste cells from Excel into message body | 29 Mar 2006 06:02 GMT | 1 |
How do I paste cells from Excel into a custom message form? I do not want to send an attachment. I have everthing else worked out. I would like to copy certain cells in Excel then paste into the body
|
| VBA or VBScript | 29 Mar 2006 01:01 GMT | 1 |
I have been programming Access and Excel for years and now doing some Outlook - and hating VBScript - too BIG of a learning curve. I am in the process of developing a new user form and was wondering if there is any way to use VBA instead of VBScript behind the form. I
|
| Auto number problem | 28 Mar 2006 20:58 GMT | 2 |
Hello, I've got a problem with auto number I want the code that will took a number and do +1. I think I can do that with the contact folder I just want to know how to do it and how can I modified it (+1) thanks,
|
| how to change the Editor type | 28 Mar 2006 20:49 GMT | 1 |
I need to change the Editortype. For example it is set with Plain-Text then i want to make it with HTML Format. How can i accomplish this by using vc++ --
|
| Parse email headers | 28 Mar 2006 20:46 GMT | 1 |
Hi, What is the easiest to retrieve email in vb, for example, time send, time received, date, destination server, originating server. Thanks
|