| Thread | Last Post | Replies |
|
| Enumerating contacts | 28 Jun 2004 12:42 GMT | 2 |
Hi, I'm trying to create a VB-script that enumerates all the contacts in Outlook, and modifies some of them. So, first I need to enumerate all the contacts. I've been searching Google with no luck, so here's what I've come up with:
|
| Custom document properties in Outlook? | 28 Jun 2004 02:43 GMT | 1 |
Is there a way in Outlook to have something similar to Word's DocumentProperties that will allow you to create a variable whose value will persist between closing and opening Outlook?
|
| How to Execute an outlook Macro outside of Outlook | 25 Jun 2004 22:08 GMT | 1 |
Is it possible to execute an Outlook macro from outside of Outlook? How would I go about doing this? Thanks, Scott Sommerfeldt
|
| folder specific macro outlook 2003 | 25 Jun 2004 16:04 GMT | 1 |
I need to specify the email account and signature to use when i send or reply to email from particular folders. I cannot seem to do this with standard properties in outlook 2003 so need to create some macros for
|
| please help me | 25 Jun 2004 15:03 GMT | 1 |
i am waseem i am having problem automating outlook express through VB . outlook is not Syncronizing automatically so that without pressing send/recieve button i cannot see my new e-mails . i want outlook to automatically syncronize so that my application can read new mail
|
| macro to place text | 25 Jun 2004 15:02 GMT | 1 |
I would like to have several macros to place boilerplate text in messages I write. Not that familiar with Outlook programming, although I am versed in VB. Can you help me with sample macro? I can rename and replicate them and provide toolbar icons once I have a template to go by.
|
| Reply email automatically based on Subject | 24 Jun 2004 14:01 GMT | 1 |
I would like Outlook 2002 to reply email automatically when I received an email with a particular subject. Thanks in advance.
|
| Custom Contact Form Problem | 24 Jun 2004 02:36 GMT | 1 |
I have this code below on one of my custom form. When this form is used by the user when sending a request, everything works great. However, when the recipient replies to this request form, a blank item of this
|
| Update Outlook Contacts on a Different Computer Using VBA | 23 Jun 2004 21:20 GMT | 3 |
The following snippet of VBA code running in MS Access connects me to Outlook and allows me to update items in the Outlook contact folder from Access. Dim App As Outlook.Application Dim Namespace As Outlook.Namespace Dim Contacts As Outlook.MAPIFolder
|
| Insert message into PST | 23 Jun 2004 15:51 GMT | 2 |
Is it possible to insert a message into a pst using the outlook com object? I can't find a way to do that. Thanx in advance, Terence
|
| Please suggest. | 23 Jun 2004 14:45 GMT | 2 |
We have developed a custom form for a workflow application using MS outlook 2000 with SP1 & Backend Mail server as MS Exchange 2000 with SP4 The application(Request Request Form) works perfectly fine on Service pack 1.
|
| Sending out MIME Mails from Excel using Outlook | 23 Jun 2004 09:58 GMT | 4 |
I currently use an Excel sheet prepared by a co-worker that calculates some data and makes some kind of newsletter out of it, which is send with the Outlook object. The part of the script looks like this:
|
| Programmatic PST file import into Outlook | 22 Jun 2004 22:45 GMT | 1 |
Guys, I need to be able to import many PST in a automatic fashion, i.e. point to the directory where they live, press the button and have them all imported.
|
| msoControlButton | 22 Jun 2004 20:13 GMT | 1 |
Hi I have an commandbar where I add buttins of the type msoControlButton I create these buttons as tempoary, because I want to be able to easalty uninstall them. The problem is that if I add a new group to the commandbar (eg. I create a button that has the option .BeginGroup=True) ...
|
| Change default action for new mail | 22 Jun 2004 17:29 GMT | 1 |
Is it possible change change the default form used for the Standard Outlook toolbar when you click on "New" to create a new mail. My company are keen for everyone to use a slightly
|