| Thread | Last Post | Replies |
|
| outlook 2007 - unable to modify rule condition via program | 31 Dec 2008 14:28 GMT | 3 |
I'm unable to make the following code works, the line "oRule.Conditions.OnLocalMachine.Enabled = False" always produce this message: "execution error '-9707964987 (c6204005)': invalid operation. Unable to activate this rule action because the rule is
|
| moving emails to folders based on sender email address | 31 Dec 2008 12:14 GMT | 1 |
I recently ran accross an niffty utility that parsed through the inbox and moved the emails to a folder based on the senders email address under the inbox. For example an email sent by joe@junk.com would end up in a folder called joe@junk.com under the inbox. If necessary, the ...
|
| How to automate send message based on certain criteria. | 29 Dec 2008 10:16 GMT | 1 |
Hi foiks- I was wondering how do I automate Outlook to send 2 specific dates such as Jan 25, 2009 & Feb 14, 2009, etc. Basically, I want to have OUTLOOK automatically send to my coworkers 15 days before these dates to tell them
|
| Use of Catagories field in Restrict statements | 29 Dec 2008 09:34 GMT | 1 |
Would someone kindly clarify whether the Categories field can be used in Restrict statements. According to Microsoft help it can't and will cause an error. When I use it, it works fine. I've seen other comments that say the same thing and I have seen comments here that support ...
|
| Deleting item in Draft folder | 27 Dec 2008 21:42 GMT | 2 |
I am deleting folder as below; For I = oItems.Count - 1 To 0 Step -1 oItems(I).delete() End If
|
| Hyperlink vs Search in Outlook | 24 Dec 2008 14:10 GMT | 1 |
Currently, I Search Calendar Items to find recurrences of prior items (Appointment detail window), but in sending calendar items to OneNote via "Meeting Notes" I notice there is written, at the bottom of the resulting OneNote item, a hyperlink to open the original item ...
|
| Mark Private via Code | 23 Dec 2008 17:28 GMT | 1 |
I am automating sending emails out via Outlook from Access, but I want to set the Sensitivity of these messages to Private. Can I set that property via code?
|
| Add Hyperlink in Email | 23 Dec 2008 17:10 GMT | 5 |
How do I add a hyperlink to a file in the body of an Email msg? Sub SendMessage() Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem
|
| Save off attachment and start SQL stored procedure | 22 Dec 2008 20:47 GMT | 3 |
I have programmed using VBA for Excel, Word and Access before. However, never Outlook. 1) But I need to check folders for mail from out clients. 2) If I find mail from out clients, I need to save off the attachment in a
|
| Sending mails from Excel 2003 - Outlook signature | 22 Dec 2008 20:43 GMT | 6 |
Few months ago i asked ho to insert the outlook 2003 default signature to a mail sent from excel vba I was advised to use ".GetInspector" but i still cannot make it work. I get an error message saying "read only property"
|
| VBA Outlook 2003 - Customized rules | 22 Dec 2008 09:58 GMT | 2 |
In my company the number of rules in outlook 2003 is limited nsince they changed the setup to have imap. I can make as many rules as i want but only about 50 will be activated. Is there a way with VBA to have my own rules, for incoming as well as for
|
| creating a macro to mark messages for follow-up & assign categorie | 22 Dec 2008 06:42 GMT | 1 |
I have assigned several hotkeys which change the category of an email. For example Ctrl + F1 changes the category to "Test". I also mark the email as Read and mark the email for follow up. I do all these thing because I only want to use the Search Folders "For
|
| Bypass security popups when reading mail OL2003 | 22 Dec 2008 05:46 GMT | 3 |
I have a reader for my website email and it use to work when I had OL97 After upgrading to OL2003, I have constant security prompts for each mail message. I'm not a power programmer. Can someone help? Thanks
|
| Why different To's? | 22 Dec 2008 02:19 GMT | 4 |
For email, if I do Set obj = objFolder.Items.Item(i) Msgbox obj.To I might get Joe Blow or joeblow@test.com
|
| "Strict" VB compiler | 19 Dec 2008 23:32 GMT | 2 |
I have written some VB code as an addin for Excel 2003, which works fine on my computer. When transferring the code to a colleague, I get all sorts of error messages, even if he also uses Excel 2003. It seems that the VB compiler on my colleagues computer insists that all ...
|