| Thread | Last Post | Replies |
|
| New email button | 13 Jul 2006 14:48 GMT | 3 |
I regularly have to send emails to a couple of recipients and find locating them in the address book tedious. Can anyone tell me how to put a button on a toolbat that will create a new mail message with the recipients name already there?
|
| Choice of programming tool for Outlook programming | 13 Jul 2006 10:48 GMT | 4 |
We would soon be working on a project that involves extending Outlook 2003 and above We would be majorly working on Outlook Add-ins We still have to decide which programming tool to use for the same
|
| How to change an item from a recurring Appointment item to an exception from VB code? | 13 Jul 2006 08:45 GMT | 2 |
I have an VB 2005 application from which I can adjust Outlook 2003 items. My question is how can I change one of the Appointment items from the recurring set to an exception item without altering the other items?
|
| macro to change settings | 12 Jul 2006 15:39 GMT | 17 |
I would like to create a macro that will change the settings in tools, Options, Mail Format The macro will only need to be run once. I do not know how to write code - too bad Outlook doesn't have the "record" feature!
|
| extrecting words by their alfabetic order | 12 Jul 2006 14:21 GMT | 1 |
I have a small dictionary in Albanian language and I would like to create a small application in microsof word for extracting wards and their explanation. For example when I type a or b letter I would like to have all words that starts with a or b or c etc.
|
| What event gets fired when i show/hide my outlook toolbar | 12 Jul 2006 14:21 GMT | 1 |
What event gets fired when i show/hide my toolbar through the View->Toolbars menu? I am trying to keep a track of such events for my toolbar. Thanks,
|
| Saving exception item in recurring appointment item fails | 11 Jul 2006 15:59 GMT | 2 |
I have the following problem, I have a recurring Outlook appointment item, sheduled for every workday for two weeks, so 10 appointments in total. Startdate = 11-07-2006 and the end date is 24-07-2006.
|
| Error using SaveSentMessageFolder | 11 Jul 2006 13:55 GMT | 1 |
The VBA code below is executed after sending a message in outlook (OL2003). Unfortunatelty this code will give an error as result in case the message send is an appointment. Does anyone know how i can prevent this error? Thx.
|
| Searching for information in Message Header | 11 Jul 2006 11:22 GMT | 4 |
I was looking for a way I could search the message header for a string : "Message-ID: *@DEUN" but unfortunately I cannot use rules "*" because it doesn't recognize "*" as an expression but treats it as a character. Im talking here about a rule "with specific words in the message ...
|
| Advanced Archiving | 11 Jul 2006 05:41 GMT | 1 |
Hi, I would like to do the following: I want to keep email in my personal folders for 1 week and the archive to a .pst file which may or may not already exists. This .pst file must have the same folders as my personal folders and a
|
| Opening calendar | 10 Jul 2006 20:56 GMT | 1 |
I have a rule to move calendar item to a subfolder within mailbox. Due to this the snipper doesnt post item as tentative. I'm looking for a script to attach to calendar rule either to post tentative or mark the item as open so it would post tentative.
|
| Changing the From Email Address using VBA | 10 Jul 2006 19:45 GMT | 2 |
I have 2 email accounts in outlook and depending on the content of incoming emails I have an Access database which automatically sends a response. Depending on the email content will determine which email address I put in the from field.
|
| How do I open a folder in another users mailbox? | 10 Jul 2006 16:46 GMT | 2 |
I have to work with another user's Mailbox so I have this user's Mailbox in my Outlook. His Mailbox was added into my Outlook by the usual Tools/email accounts/view or change existing email accounts/more
|
| Macro for Customized Archiving | 10 Jul 2006 05:34 GMT | 3 |
I have come up with the following piece of code which works almost fine except for a few hickups ... I need your help figuring out the same Also, I believe this code will be useful for other looking for a single-click solution to do the routine task of copying the old mails
|
| OL2003: Open Mailitem | 09 Jul 2006 20:49 GMT | 3 |
I try to open a mailitem out of a database with the following code Dim appOutlook As Outlook.Application Dim olNamespace As Outlook.NameSpace Dim olElement As Outlook.MailItem
|