| Thread | Last Post | Replies |
|
| string variable that contains formatting | 19 Jan 2006 09:49 GMT | 4 |
Using RTF as editor, can I assign the typed and formatted text of the body of a message to a variable that remembers the formatting? I want to be able to automatically truncate a signature and replace it with a different one - fine with the usual string functions but all of them ...
|
| AutoSave Zip File | 19 Jan 2006 08:50 GMT | 4 |
Hi Experts, I daily receive an email with a specific word "IUN" in subject field. This email contains a zip attachment. I want to save this attachment automatically in a
|
| Extract attachments from current mailobject | 19 Jan 2006 08:50 GMT | 4 |
I want to create a code (macro) to extract all attachments (mostly word files) from an email object. Most of the code I see is to extract attachments from all emails in a folder.
|
| Send a reply on opening an email | 19 Jan 2006 07:41 GMT | 1 |
I know that a sender of an email can request a read receipt However, is it possible to automatically send a reply when the recipient opens the email? For example; emails arrive in my InBox during the day, none of which have a
|
| Copy 1 Text Field into another on Form, DateAdd and macros | 18 Jan 2006 22:37 GMT | 9 |
1. How do I copy 1 text Field's value into another text Field from a cmd button? I am trying to customise the Outlook Contact Form. I notice that there is no code underneath it and so I can't debug it with MS Script Editor. 2. Why doesn't the code below work? I've used DateAdd to ...
|
| Add a New Drop Down Task Field | 18 Jan 2006 19:16 GMT | 1 |
Is it possible to programmatically add a new User Defined Field to the TaskPad that is displayed in the Calender View. What I would like to do is: 1. Create the field in the folder (easy enough)
|
| AppointmentItem question (2003) | 18 Jan 2006 17:13 GMT | 1 |
Hello. I'm studying Outlook Programming for the first time (Sue Mosher's book). I was able to add an Appointment to the calender the other day, but now it's not working. Can anyone spot the why I'm getting an "'Application-defined" error. I'm
|
| Forward or reply using other account | 18 Jan 2006 16:28 GMT | 3 |
I have some rules which forwards incoming email messages based on the sender name and subect to another address. My problem is that I would like to forward the messages using a certain account, not the same like the incoming accouunt. This cannot be done with
|
| email options | 18 Jan 2006 16:21 GMT | 1 |
I am using Outlook 2003, when using the build in editor to create emails, there is an options form that you can bring up & enter info on, I am interested in trying to auto insert a name into that contact field, which, when left on the options page, does not get transmitted with ...
|
| How do I launch outlook with multi-attachments using command line. | 18 Jan 2006 16:19 GMT | 1 |
I'm trying to use command line switches to launch outlook with multiple attachments and subject. But it just work this way: - With subject: "C:\Program Files\Microsoft Office\Office10\Outlook.exe" /c ipm.note /m
|
| CustomPropertyChange, DateAdd and Click_event trouble | 18 Jan 2006 16:18 GMT | 1 |
Below is the only code on a customised Outlook Form. In the first subroutine I am trying to customise the Outlook Contact Form to copy 1 date Field's value into another date Field. In the second subroutine I am trying to copy 1 text Field's value into another text Field from a ...
|
| How to modify the appointment form in ways not suppored by VBA | 18 Jan 2006 16:18 GMT | 1 |
As part of an application solution it is necessary to modify the appointment form in ways not supported by VBA, the intent is to modify the Outlook appointment form at run time via an Add-In. The required modifications go beyond what is supported by VBA as it is required to ...
|
| Appointment Label colors - what are they in the color palette? | 18 Jan 2006 07:45 GMT | 2 |
In Access, I can set the BackColor of a text box using the color palette on the properties sheet. For example, white is 16777215, and royal blue is 16711680. Is it possible to replicate the Outlook Appointment Label colors in an
|
| Can I use VBA to activate a hyperlink in Outlook? | 18 Jan 2006 00:57 GMT | 2 |
I am relatively new to VBA and particularly to using it with Outlook. I am using Outlook 2003 on XP. Hoping someone can help ... I currently receive between 200 - 300 emails per day (this can increase to 600 at peak times) each of which
|
| fw email | 17 Jan 2006 20:48 GMT | 1 |
************************************************** with application.Session.GetdefaultFolder(olFolderDrafts).Items ************************************************** this is not working
|