| Thread | Last Post | Replies |
|
| Sending Events from Access to Outlook with a Link back to Access | 08 Jul 2004 14:38 GMT | 1 |
I am creating appointments in my Outlook calendar via a checkbox on an Access form. I wish for the description(AppointmentObject.Body) of the apointment to contain some sort of link(whether a coded button, HTML, or other) back to the same form in Access and opening the
|
| Security prompts when sending email via an external application | 08 Jul 2004 14:31 GMT | 1 |
We use the Outlook object model to send emails from an external application. The external application can be customized by using a basic dialect (not VBA). Is it possible to suppress the Outlook 2003 security prompts by
|
| Programatically setting Word as editor, then resetting back? | 07 Jul 2004 22:13 GMT | 8 |
I'm hoping there's VB code for this. There's only one instance where I need to use Word as the editor for O2K, that's when I have html tutorials sent to me from my yahoo groups. I learned how easy it is to save an html email message from without a third-party add-on, just as if I ...
|
| How to get a CDO Message object form a Outlook.MailItem ? | 07 Jul 2004 18:46 GMT | 3 |
I'm trying to get the Internet header from a MailItem object. I've seen that i have to r?f?rence the CDO library (cdosys.dll version 6) which expose the Message object. I've found many examples with the MAPI.Session from the CD0.sys Version
|
| Can not get into VBA | 07 Jul 2004 11:57 GMT | 2 |
Dear NG, Please forgive a cross posting in microsoft.public.outlook.general, but perhaps this is a better NG for this question. I have Office Professional 2003 with Outlook installed. I tried to run a
|
| Add a field in Outlook address book. | 07 Jul 2004 07:17 GMT | 3 |
I have an application in C++. I need for it to put an extra field in the outlook address book. I want to know if that is possible. If yes then can you please give me some links to get started with? Also is there any example code I can look at. I would like to be able to display a ...
|
| email automation | 07 Jul 2004 00:01 GMT | 1 |
Can I send one Email to several addresses at one time with out typing in each address separately, and how? I have my email content in MS Word 2000 format and all my email address are in excel file.
|
| export to secured Access database using ADO | 06 Jul 2004 20:23 GMT | 3 |
I'm using this code to export entries on an Outlook Form to an secured Access Database by pressing a button, but it won't work. *************************************************************** Sub Button_Click()
|
| Insert text @ cursor position | 06 Jul 2004 18:26 GMT | 1 |
Are creating Outlook 2000 mail items using vba. Scenario is: Select from our own menu item in the inspector (returns small string), but want to insert the string at the current cursor position in the mail item body.
|
| How to get access to the Internet headers of a MailItem ? | 06 Jul 2004 18:24 GMT | 3 |
I'm trying to get the Return-Path header, but the only thing i found is the SenderName property of a MailItem object. Does anybody knows how to get this information ? Thanks and best regards
|
| Re-dating tasks | 05 Jul 2004 16:07 GMT | 2 |
Using OL-XP in a stand alone machine (Not exchange or corporate)... Every morning I find myself re-dating past due tasks to todays date. Is there any code or snipets or a shareware add-in that do the following upon activation:
|
| Tassk from access to Outlook | 05 Jul 2004 03:15 GMT | 2 |
Is there a way to push a task from access to Outlook and set the time, frequency, subject, message, and to email address? Something like:
|
| How to prevent CompanyName being formatted. | 03 Jul 2004 18:33 GMT | 3 |
When I set: olitem.CompanyName = "The Fullerton Hotel" When I retrieve, it becomes: Fullerton Hotel, The How can I ensure the CompanyName of a contact is exactly what I've set?
|
| Custom rule for words in the name of an attachment | 03 Jul 2004 13:15 GMT | 1 |
I use Norton Antivirus on my PC. When I get an e-mail with a attachment that contains a virus, Norton detects it, removes the attachment and passes the email over to my In- box with a new attachment that has the name Norton
|
| Items Collection Not Sorting Folder - (Outlook 2000 Standalone) | 03 Jul 2004 10:35 GMT | 2 |
I have duplicate messages in a folder called "Dupes" I want to sort by ReceivedTime, then loop through if subject and received time are the same. Anyway, sort doesn't work here. Only think I can think of is maybe there is more than one items collection somehow (got that from
|