| Thread | Last Post | Replies |
|
| Automate creation of subfolders | 20 Aug 2003 14:51 GMT | 1 |
As a step towards our spam blocking, we'd like to create a folder in everone's mailbox to filter spam into (for instance, a subfolder of the Inbox named Spam). How would we go about implementing this? Not sure where
|
| Grid Control | 20 Aug 2003 00:57 GMT | 3 |
Is there anyway I can use a grid control on an VBA form I am creating... Thanks, Ward.
|
| Form_Load() alternative? | 19 Aug 2003 20:25 GMT | 1 |
I'm designing a custom address list form that will display a web page as well as the basic address information. What subroutine can I call from the code view that will allow me to bring up a web page based on the user's name? I have
|
| Pop-up menu. | 19 Aug 2003 16:28 GMT | 2 |
When you right click on a mail item in your inbox is there any way I can extend and add an item to this menu. (I know you can put things on tool bars etc). I think it off the _MailItem structure. Thanks,
|
| Outlook 2002 crashes when accessing Redemption.AddressEntry -> workaround? | 19 Aug 2003 16:25 GMT | 3 |
I have experienced a serious problem with Outlook 2002 (10.0.0.4712; part of Office XP + Multilingual User Interface Pack; running on Win XP Build 2600). Whenever I access properties of Redemption-AddressEntries of an outgoing meeting request or incoming
|
| Something wrong but where ??? | 18 Aug 2003 22:44 GMT | 1 |
Here is the code Sub DeleteoldMDSfeed() Dim myInbox As MAPIFolder Dim msg As MailItem
|
| HELP with Outlook/Excel VBA | 18 Aug 2003 22:41 GMT | 1 |
Im using VBA in Outlook XP to create a hyperlink to send an email from Excel. But it will only work if the Msg is under a certain length. ie I can usually only have two or three lines in the body or the hyperlink doesnt show up.
|
| How do I find my PST tree? | 18 Aug 2003 21:33 GMT | 2 |
I've stolen code from elsewhere to make a simple routine to empty my default deleted items folder. I have another deleted items folder in my PST tree that I'd like to navigate to and also empty. Here is the code I have now: Sub clearDeletefolder()
|
| Exporting to excel | 18 Aug 2003 15:04 GMT | 1 |
I have a public folder that my company is using a custom form to track Referral's. I have a Macro written so that all of the data is dumped into an excel spread sheet but I am not sure how to sixe the cells and change the fonts.
|
| Can someone help out with defining OlResponseStatus? | 18 Aug 2003 15:00 GMT | 1 |
OlResponseStatus constants olResponseAccepted, olResponseDeclined, olResponseNone, olResponseNotResponded, olResponseOrganized, or olResponseTentative. Some of these are obvious. However - some are confusing to me.
|
| Issues regarding people accessing my files - server level | 18 Aug 2003 14:58 GMT | 2 |
Where I work, they are asking me to back up all of my Outlook and My Documents to their own server. Should I be concerned about this? Can my files be accessed by anyone with server permission? What are they able to see?
|
| EMail Server eats my EMail (I think) | 18 Aug 2003 14:45 GMT | 1 |
I have a strange need to send an EMail from "xxx@yyy.net" TO another person "A" at "xxx@yyy.net", and further to CC person "B" at "xxx@yyy.net" AND CC person "C" at "xxx@yyy.net", and finally to BCC person "D" at (you
|
| Books on Outlook programming. | 18 Aug 2003 14:35 GMT | 1 |
Go a question regaring good books on programming Outlook 2002. Any recommendations. 1. I want something that will cover VBA macros to be written from Outlook and the outlook object model in particular..
|
| commandbar for more than one session | 17 Aug 2003 14:20 GMT | 2 |
I wrote some vba-code for creating a commandbar (popupstyle) and all buttons on. Using this buttons changes ActiveExplorer.CurrentFolder. This code is working fine for one session (of operating system)... when I do restart my computer I can still see the commandbar but it isn't
|
| Creating a new contacts folder | 16 Aug 2003 00:43 GMT | 3 |
How do I create a new folder inside the contacts default folder? Once a new folder is created I can use the move method to place it in the contacts default folder, but I just can't
|