| Thread | Last Post | Replies |
|
| Archives | 30 Nov 2008 23:47 GMT | 3 |
Allô! Microsoft Outlook 2003... Is it possible to manage Achives parameters with VBA code ?? (period, archive name, archive folder, etc)
|
| Starting out help | 27 Nov 2008 18:37 GMT | 3 |
I've created a macro in ThisOutlookSession under the event Application_NewMail. This works fine in the debugger.. Is there a god beginner link where I can find documentation how to get this setup to run automatically.. I'm missing something here..
|
| Outlook script macro issue | 27 Nov 2008 17:55 GMT | 8 |
I've created a script for use with a rule in Rules Wizard and have put it into a module in my VbaProject.OTM. The first times that the rule runs it works fine. However, after some time it stops working without giving any warn or error. It seems like if it doesn't execute.
|
| RDOAddressBook.Resolve | 26 Nov 2008 19:57 GMT | 1 |
Is it valid to pass in an email address for the name paramater on RDOAddressBook.Resolve() and expect to get a valid address entry back?
|
| Textboxes not poplating from listbox | 26 Nov 2008 17:53 GMT | 1 |
Hello there :) I am making an update delete form that should function such that my listbox is populated based on a combobox selection, and then when a record in the listbox is selected the data is put into textboxes that can then be updated,
|
| Adjust view for all message folders in a run | 26 Nov 2008 17:51 GMT | 1 |
Outlook 2003 Working with it for more than a year, so many folders for keeping some order in all messages I need to keep at hand I want to apply the same formatting of columns when viewing foders in a run,
|
| Favorites items in Outlook | 26 Nov 2008 17:48 GMT | 1 |
I have a favorite folder in outlook. Is there anyway that I can address that items in this folder (Favorites) and select and item. Then read the messages in that item or folder. If it is, can someone provide me the URL to read on How to do that? Or refer
|
| Missing Store ID parameter for NameSpace.GetAddressEntryFromID()? | 26 Nov 2008 13:34 GMT | 2 |
Why doesn't NameSpace.GetAddressEntryFromID() (http:// msdn.microsoft.com/en-us/library/bb175345.aspx) have a store ID parameter like NameSpace.GetItemFromID() (http://msdn.microsoft.com/en- us/library/bb219902.aspx)?
|
| Getting outlook for the last week | 26 Nov 2008 07:46 GMT | 3 |
Hello all! Was wondering how I can go about getting all the email out of outlook for the past 7 days. I have done this, though it takes a long long time and eventually all my memory gets taken up and the system stops responding... any idea's? Thanks for your help!
|
| How to replace text upon receipt of message using a Rule? | 26 Nov 2008 02:28 GMT | 2 |
I'm trying to run a sript that will execute when an email message arrives that will replace ]] with %5D%5D. I've tried the code below, but keep keep getting an error that a user-defined type isn't defined. Maybe the code below isn't even close for what I'm trying to accomplish, ...
|
| Read From A Saved MSG File | 25 Nov 2008 20:48 GMT | 2 |
I need to open various *.msg files saved into a Project folder, and list them in an MS-Access form. The form elements are all set, but I cannot find any example of reading properties from msg files (From, To, etc.). Any ideas?
|
| Accessing Attached MailBoxes | 25 Nov 2008 17:09 GMT | 6 |
I have an account on a corporate mail server; against which I run some rules and event driven VBA code. All works well. I recently added a new mailbox (attached mailbox) that I can receive/write emails etc. Unexpectedly I am unable to run rules or see event triggers in
|
| How to detect an email address is used in To box | 25 Nov 2008 14:17 GMT | 1 |
I would like to be able to auto set options for an email, like digital signatures and encryption, based on who the email is going to. How do I start something like this. I am real new to this, but figured VBA would be the only way to pull off something like this.
|
| How to set voting buttons & recipient on a forward | 25 Nov 2008 10:02 GMT | 2 |
Someone in our office has asked if it's possible to create a macro button that will do this for a received e-mail:- 1) click on "Forward", 2) enter a particular person's name (always the same one) into "To",
|
| Trying to run this macro to save Outlook mailbox folder list - but it doesn't work | 24 Nov 2008 20:08 GMT | 4 |
I found this code on the net. It suppose to copy a user mailbox folder list to a .txt file( the one you see in the left pane ). When I run it, i get an error : "Runtime error 429: ActiveX component cannot create object "
|