| Thread | Last Post | Replies |
|
| Re: VBA add-in disabled on startup of Outlook | 20 Feb 2004 18:08 GMT | 1 |
Sue, Your suggested fix does not work. Nothing I have tried for three months works. I have paid Microsoft to tell me how to fix it, and the (low level technicians) have been unable to fix it. I wish there were some way of getting Microsoft's attention on this. My use of ...
|
| Copy & forward mail | 20 Feb 2004 16:54 GMT | 1 |
I to all the NG, I'm developing a macro for Outlook 2003 and want to: - when a new mail arrives - copy the new mail in my personal folder
|
| Suppressing Outlook Security Popups | 20 Feb 2004 16:37 GMT | 5 |
I am using Outlook 2000 and Exchange 5.5. I get the Security popups when I manipulate several properties of MailItem objects programatically, e.g., To, Cc etc. Same when I try to send a mail programatically. Sue, I saw an article written by you about this and how using Redemption
|
| Moving messages to folder in PST file. | 20 Feb 2004 16:36 GMT | 10 |
I need help making this work. I have users running Outlook 2000 connecting to mailboxes on a Exchange (v 5.0!!!) server. The goal is to provide an easy (for the user) method for them to move selected messages to a PST file for long term storage. Every user will be
|
| Calendar Publishing to web. | 20 Feb 2004 16:33 GMT | 3 |
I love the Save-As-Web-Page option in OL2003. But I am looking for something that is not manual. I would like to run some code that goes to a specific subfolder of my calendars at "x" intervals, and auto
|
| OL2002: Create ruels | 20 Feb 2004 15:01 GMT | 3 |
I need a certain rule on each client. This rule is a "client rule" and must generated create on the Clienten (outlook). My idea is that I create the rule with a macro on outlook startup. But I don't know how I create a rule in a macro.
|
| Voting Buttons | 20 Feb 2004 15:00 GMT | 3 |
I need to invoke a message that has voting buttons. I created the code and I don't get error messages and it seems to work for the most part, but my buttons don't appear. Can you tell me where I am going wrong? Thanks.
|
| Outlook and CommandBarButton and Instpector | 20 Feb 2004 14:56 GMT | 8 |
I am writting a COM Add-in. All i want to do is create a button on the standard Toolbar of the "New Mail Message" (i.e. when you click on the "New" button to write emails). I have managed to create the button on the toolbar, but then this
|
| Visual Basic Editor is disabled in Outlook 2000 | 20 Feb 2004 14:37 GMT | 3 |
User wants to write a macro in VBA, but when he chooses Tools/macro, he can see visual basic editor on the menu, but it's disabled. Can anyone tell me how to enable it? Thanks in advance
|
| DAO with OLXP? | 20 Feb 2004 14:34 GMT | 1 |
Morning All, I would love to know how to populate standard fields in the task request frm from a record set obtained from either SQL or Jet. i know a little VBA & have written a
|
| Modifing NT User access from VBA?? | 20 Feb 2004 13:33 GMT | 3 |
Is there a way (I know you would want to check security etc first) That said, is there a way to modifies somwbodies access, if all of the correct validations are done? If so, can somebody provide some sample code?
|
| Retrieving | 20 Feb 2004 12:41 GMT | 1 |
am starter of COM and i got a project in developing a Outlook Addin in VC++.I have added a CommandBar in the Inspector Window ( The Window which will open when u press the message in the Inbox Window!). I need to retrieve the from address,subject of that particular message ...
|
| Forward Spam to Recipient. Then move to spam folder. | 20 Feb 2004 10:16 GMT | 1 |
I am currently filtering Spam for users in my organization. The spam gets filtered then stored in a private mailbox. I want to be able to forward the captured spam to the end user but have the spam moved to a designated folder labeled (What else...) "SPAM" or "Potential Spam" based ...
|
| Resources | 19 Feb 2004 20:57 GMT | 4 |
We have create email accounts for our Video Conference Boardrooms. We want to be able to go to the attendee availability page and view which ones are busy. Created code that can add an address to the TO (recipients) field
|
| Mark message as Read in Outlook Redemption... | 19 Feb 2004 16:41 GMT | 1 |
I need to logon on someone account, access their inbox, extract data(SUBJECT,BODY,SENDER etc) from message and then mark tbe it as read. Thanks in advance,
|