| Thread | Last Post | Replies |
|
| How to globally disable preview pane? | 10 May 2006 19:11 GMT | 3 |
I've spent some hours trying to find out how to globally disable Outlook 2000's preview pane in Application_Startup() to no avail. The enraging thing about Windows programming (for me as a VBA newbie, at any rate) is that the simpler your problem is, the more complex or
|
| Add ContactItems to DLItem with VBS | 10 May 2006 18:03 GMT | 8 |
I want to create a Outlook Distributionlist based on a csv file with VBS. The script works fine with one limitation. If the e-mail address is found within the GAL Object and I double click the ContactItem in the DistributionListItem after the script ran
|
| change default e-mail form | 10 May 2006 10:53 GMT | 8 |
I'd like to modifiy the default e-mail form (outlook 2002) so whenever I send an e-mail I can add some text automatically without user being able to see it. thanks in advance.
|
| Custom Events | 10 May 2006 06:15 GMT | 1 |
What would be the best way to create, raise and handle a custom event from Outlook? The scenario I have is that my client would like to have two levels of reminders from an appointment in an Outlook calendar. i can use the default reminder for one of them, but I'm not exactly ...
|
| Newbie question to CommandBars | 10 May 2006 06:01 GMT | 1 |
ok, I'm working with Outlook 2003 SP2 and I'd like to add a custom button to every existing an new mail item. As far as I know here I have to deal with the ActiveInspector? But basicly I'm searching for a sample vba code for Outlook that shows me how to do?
|
| Scheduling an Outlook Macro | 09 May 2006 19:54 GMT | 4 |
I have an Outlook macro that searches my inbox for .txt attachments and copies the attachment to my hard drive. Is there a way to automate this macro to run automatically everyday. I have tried to use scheduler but all you can do with that is open Outlook itself. Or, does ...
|
| Opening & Sending a previously saved mail item | 09 May 2006 11:27 GMT | 4 |
Here's a tricky one! I've got an e-mail that is set up and saved in a network folder e.g J:\Finance\MYMAIL.??? (as you can see I'm not even sure what the file stem is for an outlook mailitem!)
|
| Categories | 09 May 2006 05:21 GMT | 1 |
I often create outlook e-mail messages and forget to add categories. I'd like to write a macro, that I can put on my toolbar. I want to click on it after I've created an Outlook e-mail message instead of clicking on the send. I want it to bring up the categories box and
|
| Access automating Outlook using VBA no longer working | 09 May 2006 01:04 GMT | 5 |
Good day all! I have some code that has been working well for some time (until recently). I have a Distribution List set up in Outlook to send automated emails
|
| Changing the Reply-to address via VBA | 08 May 2006 21:43 GMT | 2 |
I am processing an incoming email via VBA in Outlook 2003, using ItemAdd. Besides altering the subject and the body, I need to send this altered email on to another mailbox, but retain the orignal senders email address (Item.SenderEmailAddress) in the "REPLY TO" field, so that an ...
|
| Save each e-mail in folder | 08 May 2006 20:36 GMT | 1 |
I'd like to burn about 150 e-mails in a folder to a CD. I'm looking for some code that will loop through 1 folder and save each e-mail as a *.htm file into a folder on my desktop. Then I'll burn those htm files to the CD. If an e-mail has an attachment, it can be disregarded.
|
| Creating new Appointment out of Custom Form | 08 May 2006 15:38 GMT | 2 |
I need help! How do i create a Appointment out of an Custom Appointment form. Details: i have a Custom Appointment Form with Two Fields! One named Date an one
|
| Search for email in Inbox and subfolders | 08 May 2006 15:35 GMT | 5 |
I have an Excel macro already written to loop through an Outlook folder (Inbox or a subfolder I provide) and find and email based on the subject. If the email is found it runs some other code. Right now I am the only one that runs the macro, so I already know what Outlook folder ...
|
| VBA code to remove flag from all messages in Inbox | 08 May 2006 15:30 GMT | 11 |
I flag certain messages that I get with a certain color flag. I would like to create a button that could remove that color flag from those messages all at once. The end result would be the messages would no longer have a flag. How would I accomplish this?
|
| How to add dynamically add controls in Outlook 2003 | 08 May 2006 14:38 GMT | 5 |
I want to 1 Dynamically add a control say checkbox in outlook forms (meeting request). 2 on check or uncheck of that checkbox, I want to do some work Can somebody help how to do it in VB.net and C#. I am currently using vsto
|