![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi.
I occassionaly use Outlook 2007 for my email (just for the nice UI). I have an IMAP account, and its SpamAssassin installation uses a spam folder named, well, "Spam". I can set it in Windows Live Mail, and Thunderbird. But I can't find such an option in Outlook - it always creates another folder named "Junk Mail". Is it possible to change it? I found a VB script at http://support.microsoft.com/?kbid=831363, but I can't figure out how to use it - [wc]script.exe quits on first line, and if I run it from Outlook's macro editor, it chokes on the "MAPI.Session" in the third line. (In References, there's only one CDO reference, and it's checked.) Plz send teh codez. *) My main mail client is Thunderbird (and sometimes SeaMonkey - I don't know why), but I like the graphics of Outlook/LiveMail, so I use them occassionaly. -- Mantas MikulÄ—nas email = base64.decode("Z3Jhd2l0eUBjbHVlbmV0Lm9yZyA=") PGP/GPG: 0xCA07F3A91C9F7C03 http://rootshell.be/~grawity/ ASCII ribbon - against HTML email http://www.asciiribbon.org |
#2
|
|||
|
|||
![]()
Did you download and install CDO? It is not installed with Outlook. See
http://www.microsoft.com/downloads/d...f-24f081725d36 What exactly does "one CDO reference" mean? You specifically must have add a reference to the Microsoft CDO 1.21 Library, which you can download from the above link. Once you do that, this code should run in Outlook VBA. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Mantas MikulÄ—nas" wrote: Hi. I occassionaly use Outlook 2007 for my email (just for the nice UI). I have an IMAP account, and its SpamAssassin installation uses a spam folder named, well, "Spam". I can set it in Windows Live Mail, and Thunderbird. But I can't find such an option in Outlook - it always creates another folder named "Junk Mail". Is it possible to change it? I found a VB script at http://support.microsoft.com/?kbid=831363, but I can't figure out how to use it - [wc]script.exe quits on first line, and if I run it from Outlook's macro editor, it chokes on the "MAPI.Session" in the third line. (In References, there's only one CDO reference, and it's checked.) Plz send teh codez. *) My main mail client is Thunderbird (and sometimes SeaMonkey - I don't know why), but I like the graphics of Outlook/LiveMail, so I use them occassionaly. -- Mantas MikulÄ—nas email = base64.decode("Z3Jhd2l0eUBjbHVlbmV0Lm9yZyA=") PGP/GPG: 0xCA07F3A91C9F7C03 http://rootshell.be/~grawity/ ASCII ribbon - against HTML email http://www.asciiribbon.org |
#3
|
|||
|
|||
![]()
Sue Mosher [MVP-Outlook] wrote:
Did you download and install CDO? It is not installed with Outlook. See http://www.microsoft.com/downloads/d...f-24f081725d36 Thanks. The script needed some rewriting to make it work with IMAP folders, but it works now. (I still can't figure out how to access a specific folder, but I found a snippet to rename the currently opened one.) What exactly does "one CDO reference" mean? You specifically must have add a reference to the Microsoft CDO 1.21 Library, which you can download from the above link. Once you do that, this code should run in Outlook VBA. That's weird, the reference is not there anymore... It probably was the "CDO for Windows 2000" line. -- Mantas MikulÄ—nas email = base64.decode("Z3Jhd2l0eUBjbHVlbmV0Lm9yZyA=") PGP/GPG: 0xCA07F3A91C9F7C03 http://rootshell.be/~grawity/ ASCII ribbon - against HTML email http://www.asciiribbon.org |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Registry Key to Set Junk E-mail Option to "No Automatic Filtering" | SCC | Outlook - Installation | 1 | April 16th 08 06:36 AM |
Empty "Junk E-mail" Folder on the shortcut menu GRAYED OUT | TERRY | Outlook - General Queries | 6 | October 30th 07 02:08 AM |
Spam with Exchange junk e-mail setting doesnt goto the "junk e-mail" folder in all cases/people.. 2007/2003 outlook | markm75 | Outlook - General Queries | 3 | October 12th 07 05:48 PM |
Spam with Exchange junk e-mail setting doesnt goto the "junk e-mail" folder in all cases/people.. 2007/2003 outlook | markm75 | Outlook - General Queries | 0 | October 11th 07 10:27 PM |
Outlook 2007 / 2003: Error 0x800CCC81 - E-Mail address with "." before "@" | Stephan Kuehn | Outlook - General Queries | 10 | January 25th 07 06:09 PM |