| Thread | Last Post | Replies |
|
| VBA Program In Outlook | 04 Jun 2005 12:39 GMT | 1 |
I want to develop a Form in Microsoft Outlook Using VBA. I can do the VB application, but i dont know how to develop the Application form inside the Microsoft Outlook. Any body know abt this pls Tell me the steps. Thanks In Advance
|
| Contact Tab | 04 Jun 2005 02:20 GMT | 1 |
I have no programming experience but I thought there should be a way to add another tab to a contact. I would like to be able to store account information e.g. account numbers, password, etc. I once visited a site where such things could be done. Am I in the correct ...
|
| Set default location for public folders | 03 Jun 2005 22:24 GMT | 1 |
I'm trying to programmatically access public folders in Outlook 2003. I wasn't sure if this was possible or not. If it is possible, can anyone provide any sample code? All the documents I read online give example on how to access to Inbox
|
| Attempting to create (and send) an Outlook MSG file that says sent | 03 Jun 2005 18:44 GMT | 3 |
We have an application that automatically sends and saves Outlook messages. However, what I want to do is somehow get the MSG file to be marked as 'sent' rather than 'not sent'. Outlook.Application outlook = null;
|
| Creating E-mail in VBScript | 03 Jun 2005 18:42 GMT | 2 |
Hello, I have this code in outlook to send 2 emails 1 minute apart from each other: Sub ServerTestingMacro() 'Macro Name will show as ServerTestingMacro
|
| How to handle the exception that user quite the Outlook while VBA | 03 Jun 2005 12:38 GMT | 8 |
Hi Experts, I screw up on handling the exception that user quite the Outlook while VBA is still running. This normally does not happen so I never thought it before. But now my program in Outlook is triggered by a timer at a fixed interval,
|
| Avoid Exchange login dialog | 03 Jun 2005 08:56 GMT | 6 |
Is there any way to authenticate to an Exchange server without any user interaction? The exact situation is as follows: I have an XP machine with Outlook 2003 that is connected to an Exchange
|
| Application failure in outlook 2003 following VBA macro | 02 Jun 2005 22:44 GMT | 1 |
Hi I have run in to the following problem, that took som time debugging: if I write this Dim olApp As Outlook.Application Set olApp = CreateObject("Outlook.Application")
|
| Managing email accounts with VBA | 02 Jun 2005 18:21 GMT | 1 |
I've got a problem: I'd like to manage remote computer's microsoft outlook email accounts (changing pop, smtp, ...). I've been searching for this but I have found nothing... Can anybody help me?
|
| manage remote computer's microsoft outlook | 02 Jun 2005 16:08 GMT | 6 |
I've got a problem: I'd like to manage remote computer's microsoft outlook email accounts (changing pop, smtp, ...). I've been searching for this but I have found nothing... Can anybody help me?
|
| Recurrence by week numbers | 02 Jun 2005 16:06 GMT | 1 |
Is it possible to recurrence appointments in Outlook by week numbers like 22, 25-28, 32?
|
| E_INVALIDARG when using NOT in CDO MessageFilter | 02 Jun 2005 16:03 GMT | 1 |
I'm having an issue using .Not on a CDO MessageFilter. Here's the code: Set objFilter = objItems.Filter objFilter.Not = True Set objField = objFilter.Fields.Add("InquiryStatus", vbString, "Closed")
|
| ADO connection to Access - weird behaviour | 02 Jun 2005 13:43 GMT | 2 |
I really hope someone can help. Many many thanks to anyone who can. I have some code that copies certain details of items in a public folder into a table in Access for reporting. I have no training or expertise, and I created this code largely in the dark after a lot of research ...
|
| How to avoid secure warning dialog box?(Some ex. in MSDN Doesn't w | 02 Jun 2005 12:58 GMT | 1 |
I'm programming a COM Add-in for outlook2003. UnFortunately, the warning dialog box always popes up what I tries to save a sent mail item programmally.like this: '**********************************************
|
| I would like to identify the PST file of Outlook | 02 Jun 2005 12:56 GMT | 1 |
I would like to identify the PST file of Outlook. Is there a GUID for each PST ? thanks Yann
|