| Thread | Last Post | Replies |
|
| How to change Categories property of recurring apointment? | 23 Jan 2006 06:18 GMT | 3 |
When attempting to change the Categories property of a recurring appointment, I get this error: Error Number -1179631611: This property cannot be changed for a single instance of a recurring meeting.
|
| My program runs very slow | 22 Jan 2006 15:46 GMT | 6 |
I wrote a program in outlook (vba, userform). It works fine, but it takes a long time every time I run it :( Are all programs in outlook slow? How can I make it run faster?
|
| Automatically Email Daily Reports Using Outlook. | 21 Jan 2006 09:11 GMT | 8 |
Our trading system automatically generates 4 reports everyday. I want to create a macro that will automatically send those reports to the appropriate people. Here is what I have so far: Sub Test()
|
| question | 21 Jan 2006 09:09 GMT | 1 |
hello sir, i have send any message for my outlook express than my outlook express box showing messsage that you sever name is wrong. please give me wright suggestion.
|
| Variable attachment and recipient vb | 21 Jan 2006 09:05 GMT | 1 |
i am trying to automate the sending of different attachments to a list of recipients. So far I have the following code that will send all of the attachments in a folder to a specified recipient: Sub Automate()
|
| macros got disabled | 20 Jan 2006 19:21 GMT | 3 |
Thanks for any help. I was testing some code in Outlook, and somehow I hung the computer, and when I restarted Outlook, I could no longer run macros, I got a disabled message. But when I checked About MS Outlook>Disabled Items>it doesn't say
|
| Change Sensitivity | 20 Jan 2006 18:46 GMT | 3 |
I am attempting to change the sensitity of an incoming message. Sub CustomMailMessageRule(Item As Outlook.MailItem) If Item.Sensitivity <> olNormal Then Set oNewItem = Item.Forward
|
| Scope of StoreID and EntryID | 20 Jan 2006 18:35 GMT | 4 |
Where is the StoreID and EntryID stored? My real question and concern is that if I use them for referencing a folder, will they exist for multiple users on mutiple computers and always be the same? I understand that the EntryID can change if a folder is moved, so I'll be
|
| Can't publish new form to Organizational Forms Library | 20 Jan 2006 16:42 GMT | 4 |
I just created my first custom form in outlook 2003 running on exchange 2003 sp2. I've been working in my personal forms library but now i'm ready to roll this out to everyone and assume i need to store it in the organizational Forms library in order for everyon in the company to ...
|
| Macro to selectively delete message from POP3 server | 20 Jan 2006 12:42 GMT | 3 |
I check my e-mail from two locations. During the day I leave the messages on the POP3 server from Work, during the night I download them and remove them from the POP3 server from Home. Sometimes I would like to selectively and permanently delete a message from
|
| Cant Send a displayed message without explorer open. Eric Legault & et al | 20 Jan 2006 06:09 GMT | 4 |
Further top my last Post I'm still having problems getting the user edited meassge to send 1. My code generates an email message which is displayed to the user 2.They edit the message add a recipient & hit send
|
| How do I insert a date into the Outlook contact text box | 20 Jan 2006 01:33 GMT | 2 |
I am using the outlook large white text field on the standard contact form to track the date and time that I have communicated with my contacts. Typing the date each time I make an new entry is time consuming. I'd like to put a button on the form that when clicked would insert ...
|
| add appointment to additional calander? | 19 Jan 2006 22:42 GMT | 2 |
I have found the code to open the calander from an attached mailbox. I cant work out how to create a new appointment. The options i end up with allow to display the additional calander and no reference to create an appointment.
|
| Tough One - Update Pivot Chart in Access Report using VBA? | 19 Jan 2006 22:29 GMT | 2 |
I have posted this on other forums and can't seem to find an answer, I have a report that is based on a Oracle view. The report contains a chart/Pivot table. I would like to have the chart reflect the new data in the Oracle view. The refresh option in the object
|
| Accessing email options | 19 Jan 2006 15:25 GMT | 1 |
In Outlook 2003, there is an options page/form when you create emails. Is it possible to access the fields on this page/form. Regards Amiga1200
|