| Thread | Last Post | Replies |
|
| Calendar Event | 31 Oct 2003 05:15 GMT | 1 |
I have an Macro that should be executed when I have changed something on my calendar.(For example delete an Appointment or add an appointment) Perhaps someone can help me. Thank you
|
| Programatically closing an Outlook Item? | 31 Oct 2003 05:09 GMT | 2 |
Is there a way to close an Outlook Item (in this case, a Post custom form) using a VBscript Command Button? Since Item_close() is an event handler, I can't use it or I'm not using properly to access it via VBscript
|
| [Dmitry?] Attaching a link as a file...revisited | 30 Oct 2003 22:29 GMT | 5 |
In another thread, I was trying to find some information on deleting an attachment, but retaining the paperclip similarly to the way some 3rd-party applications do. I posted a screenshot of OutlookSpy's report here:
|
| Outlook 2002 Script - Rules Problem | 30 Oct 2003 04:08 GMT | 3 |
My first attempt at outlook VB: To get my feet wet I decided to use Knowledge Base Article - 306108 code to test the scripting of rules. I added the following sub to the "This Outlook Session"
|
| Word AutoExec / Outlook Conflict | 30 Oct 2003 00:52 GMT | 3 |
Need help resolving Outlook's killing an AutoExec procedure/macro in a global template. Here's the situation: I need to have a bit of code run (from a global template) everytime that Word opens.
|
| Releasing connection to a created Store | 29 Oct 2003 23:45 GMT | 6 |
I have the following (truncated) code. The problem is that after the code has run, Outlook maintains a Write connection to the newly created backup .pst file created at strBackupPath. I need it to be clear once the code has finished in order to be able to do the process agin. ...
|
| Outlook from Access | 29 Oct 2003 12:19 GMT | 2 |
we are calling outlook from access via create object. This works fine if outlook is already started. If it is not started it will be starte by our create object but if want to send a second mail we cannot use a
|
| Get RECIPIENTS SMTP Address when OFFLINE from Exchange Server | 29 Oct 2003 01:44 GMT | 3 |
This is different from my previous post. This time I need the recipients SMTP address. I have included some code at the end of this message that I use to get an Email Recipient's Email address. I convert Exchange addresses to SMTP
|
| Using Access forms in Outlook | 29 Oct 2003 00:09 GMT | 1 |
I have an Access forms application that I want to duplicate in Outlook. I would like to use a single Access or SQL data store for all data from both forms. At the least, I would like to use my Access forms as Outlook custom forms. At best, I would like to integrate these ...
|
| Send Email from VB without Getting "On Your Behalf" Pop-up | 28 Oct 2003 21:20 GMT | 2 |
I want to send an email notification from an Access utility that creates a set of reports automatically. I'm using an Outlook rule to execute the utility, and want the whole thing automated so when the reports are generated,
|
| Why can't the apointment form be customized? | 28 Oct 2003 19:05 GMT | 1 |
When I choose design a form and pick apointment I can't change anything? I would like to customize this form - any suggestions?
|
| Document Templates | 28 Oct 2003 14:20 GMT | 1 |
Is there a way to dynamically sync data between a contact in BCM and a Word or Excel Doc. In other words, I want to use a Quotation template and copy Name, Address, City, etc into a document. Is this supported?
|
| Handle to a DeviceContext hdc | 28 Oct 2003 06:53 GMT | 2 |
So I trie it like this: In my UserForm: Private Sub CommandButton1_Click() '............
|
| CDO Functionality Blocked | 28 Oct 2003 00:21 GMT | 1 |
In Outlook 2002 the CDO functionality has pretty much been blocked. I have read about the Outlook Security Document and have created one which will allow my application to run.
|
| Invite Attendees | 27 Oct 2003 21:29 GMT | 1 |
Have created a custom Outlook appointment form. Invoked the "invite attendees" fuction before saving the form (so the TO field is visible at all times). Our SUBMIT button populates the addresses (SMTP) of the Public Folder
|