| Thread | Last Post | Replies |
|
| Organize Wizard Question | 13 May 2004 01:32 GMT | 1 |
I am not sure if this is the right group to ask this question, I had tried the microsoft.public.outlook group but my question was misunderstood, so I thought I would try here. I am using Outlook 2k on a Win 2k box with 1 gig of ram
|
| Show text as selected when found in mailitem | 13 May 2004 01:32 GMT | 2 |
I've written a routine to find project numbers (1-13 character string) in a mail document. When found, code displays a message with the project number plus a message associated with the project. I would like to show project
|
| How to Configure pop3 mail account in outlook using Scripts | 13 May 2004 01:30 GMT | 3 |
Programaticaly I wanted to configure a pop3 account in Outlook using Javascript or VBScript. If any one can give some hint related to this, it would be very helpful to me.
|
| Custom userform does not hold values | 12 May 2004 22:04 GMT | 4 |
I have created a custom userform with 3 text boxes and 2 command buttons. The textboxes are set to Enabled=False to protect the data from accidental change a button sets the textboxes to Enabled=Yes to modify the data
|
| Outlook: Removing a menu installed by a VB .NET add-in | 12 May 2004 21:51 GMT | 9 |
I am using Office 2003 and VB .NET 2003. MSFT KB article 302896 includes a step by step example demonstrating how to build a COM add-in using VB .NET. The example works with Access, Excel, Outlook, Powerpoint and Word.
|
| Outlook Automation | 12 May 2004 15:59 GMT | 1 |
Outlook 98 ... Sending email (Legit, Not spam) from Access, All works well! I have several email accounts and what I would like to
|
| debuggin vb code in Outlook | 12 May 2004 15:58 GMT | 1 |
Is there any way to debug a COM addin for outlook - I get the error "ItemsCB error: Object variable or With block not set" When i push a button on a commandbar (the commandbar is added to outlook, as a part of the installation of the addin). Can
|
| Do I need to Delete temporary ContactItem objects? | 12 May 2004 14:33 GMT | 2 |
I am using a temporary ContactItem object in order to parse a mailing address into its parts. For example: oContactItem = oOutlook.CreateItem(olContactItem) oContactItem.BusinessAddress = sFullAddress
|
| How to get selected values from an Outlook Multiselect listbox | 12 May 2004 12:19 GMT | 3 |
I'm using an Outlook contact form with a multiselect listbox. I'm trying to find a way in visual basic to get the values of items in the listbox that have been selected. I don't know how to reference the values in the multiselect listbox. Can anyone help me with this Thanks
|
| 2 special macros in O2K | 12 May 2004 09:55 GMT | 2 |
Hi, all For some time now I'm trying to create the following 2 macros in O2K with no success at all/ 1) After I select a set of messages or a whole folder, I'd like the macro to
|
| "from" field automation | 12 May 2004 05:48 GMT | 2 |
The issue has something to do with security why I can not seem to accomplish the following. I would like to have a different address then the account from which I'm sending. Manually adding the name is no problem, but doing this 20
|
| Check to see if Send button was pressed | 12 May 2004 03:46 GMT | 4 |
I have some code that resides in the Item_Close() portion of the script. It asks if the user wants to send the form and this uses an Item.Send command. (this is a custom form). I want to add code that if the SEND button has been pressed, that it
|
| WithEvents - Application Level Code? | 11 May 2004 22:43 GMT | 5 |
I was trying to use VBA at an application level and I am unable to even get these simple scripts to run on the events below when a mailitem is read or opened (and what's the difference between them?). Do you have to restart Outlook or the computer between code changes?
|
| The Macros in this project are disabled. | 11 May 2004 21:41 GMT | 4 |
How do I get rid of this message? I copied someones code into my Outlook and when i try to run it i get this message: The Macros in this project are disabled.
|
| Voting buttons | 11 May 2004 20:37 GMT | 1 |
Is it possible to program a yes voting button to also launch an application (MS-Access) when clicked in addition to its return function? Will
|