| Thread | Last Post | Replies |
|
| Changing Folders | 17 Nov 2003 02:31 GMT | 3 |
Hi, I cannot seem to find the command to change the current/active folder to another (Public) folder. Have you got an example I can use to programmatically switch from one folder to another?
|
| Select & copy using VBA | 15 Nov 2003 16:34 GMT | 2 |
I have an email message displayed on the screen. Can I select the first 50 lines of this message and copy them to the clipboard, using VBA ? How ? Many thanks for helping.
|
| Help with macro to create new email message | 15 Nov 2003 02:38 GMT | 3 |
I am writing my second VBA macro for Outlook 2000 (lots of experience in Word). Several questions: 1. Is there any way to record a macro and then tweak it like in VBA for Word?
|
| Check if custom form is "dirty" or form data has changed ? | 14 Nov 2003 23:15 GMT | 3 |
Is there a way to tell if the data within a custom form has been edited by the user? I want to update a form field, but only if the user has made a change to the form data Thanks much.
|
| ShowPopup does not work | 14 Nov 2003 21:14 GMT | 2 |
I tried the example from the VBA helpfile. Dim myBar As CommandBar Set myBar = CommandBars.Add(Name:="Custom", Position:=msoBarPopup, Temporary:=False)
|
| MailItem.move | 14 Nov 2003 20:50 GMT | 3 |
I have another question also. I wanted to use a macro to scan a folder for messages older than four days and move them to another folder (unfortunately, the rules wizard doesn't appear to support dynamic dates). In the macro
|
| hWnd - Outlook VBA | 14 Nov 2003 20:48 GMT | 1 |
There seams not to be a hWnd property for UserForms in VBA in Outlook 2002. Is there a way to get the handle.
 Signature Thank for any help.
|
| Access to message header from Outlook.MailItem | 14 Nov 2003 20:46 GMT | 3 |
When my VBA script runs upon receiving a particular e-mail (activated by a rule), I want to look at the header information for that e-mail. However, there wasn't a Header property for the MailItem (which seems strange). Is
|
| ViewCtl - KeyStroke event | 14 Nov 2003 17:12 GMT | 3 |
I use a Outlook ViewCtl in a Form in a VBA project in Outlook 2002. I try to capture any key events like keydown, keyup, keypress - but there seams to be no corresponding events. Thank for any help.
|
| Mark a message read with VBA | 14 Nov 2003 16:05 GMT | 1 |
How would I use the Outlook Rules wizard (Outlook 2000 SP3) to run a bit of VBA code that would mark a message read and so prevent the "New Mail" icon appear in the tray? I've no idea how to begin. I need to do this because I'm creating spam filters, and also being a C++
|
| outlook addon to manage emails | 14 Nov 2003 14:40 GMT | 1 |
Anyone know of a good program addon to manage incoming emails once read what I want to do is have email get sorted and put into a specific global database say for lawyers in managing a case
|
| Message deleted? | 14 Nov 2003 14:38 GMT | 1 |
Hi, I recently posted to this newsgroup (like on the 7th) and now I can't find that posting. No one replied either...did I ask the wrong kind of question? ???
|
| delteting contacts via vb | 14 Nov 2003 14:37 GMT | 1 |
Hi NG, i m on a little tool that collects contact data from an access DB. This function works. No i need to eraese all contacts wich might be entered with this tool. So i
|
| Deploying macros | 14 Nov 2003 13:03 GMT | 1 |
I have just developed a few macros (in a VBA module) and some event handling code in the ThisOutlookSession object. I would like to know if there is a good way to deploy this code so that it is in the Outlook client for all users in the organisation. That is, a way better than ...
|
| Where to start??? | 14 Nov 2003 02:06 GMT | 2 |
I want to write a fairly simple macro for outlook. In word/excel I can record the macros then if I need to I can go into the editor and have enough of a clue to change it based on the existing code and the help - but outlook justs starts of with a blank canvas...
|