| Thread | Last Post | Replies |
|
| Update Outlook Appointments | 11 Dec 2003 02:29 GMT | 1 |
I need to create, find and update appointments in Outlook Calendar from an eg. MS Access 2002 database. Creating appointments is no probl., but finding and updating existing ones are... - can anyone help me?
|
| Force Outlook to send mail as Plain Text | 10 Dec 2003 23:59 GMT | 5 |
My email message sent through Access via automation is formatted in columns and must be sent as a Plain Text message. Can the Outlook Mail Format be controlled programmatically? I've looked through the Outlook object
|
| Creating but not sending an e-mail from Word | 10 Dec 2003 22:54 GMT | 2 |
I want to be able to create an email with an attachment but have it appear on the screen so the user can add text to the body, subject, etc. before manually sending it. I have used the following code in the past to automatically send a message, but I don't know what to change to ...
|
| causing a form to display in reply mode | 10 Dec 2003 21:45 GMT | 3 |
Now I need to make a message that has been selected pop up as if the user hit the replyall button without any anti bug messages. I have all of the code to select the email and have been using the reply action to start the reply process. This is the point where I get the bug
|
| really simple form question from a newbie | 10 Dec 2003 18:56 GMT | 5 |
I am trying to create a toolbar button which will insert a timestamp into my contact note field when I click it. Here is the text of my attempt so far: Sub timestamp()
|
| Reading Data From a Message Form | 10 Dec 2003 18:28 GMT | 3 |
I will need to read data from a message form and I'm not sure where to start. Will the data be stored in the MailItem.Body or in specific fields somewhere (or am I way off base)? I was able to cobble some code together that reads the MailItem.Body with no
|
| 2 Inboxes | 10 Dec 2003 18:20 GMT | 1 |
Does anyone have any ideas on how to make this work ? Thanks Pauil Ken,
|
| Enabling Macros...... | 10 Dec 2003 18:14 GMT | 3 |
From Outlook's help: <<Note If the Security Warning dialog box does not display the Always trust macros from this source check box, the macros are not digitally signed. You cannot add this macro developer to the list of trusted sources
|
| finding and displaying a published form | 10 Dec 2003 17:46 GMT | 1 |
There is a custom form that is located in the Personal Forms Library area. I need to display this form for users to use on command. I have seen code when a custom form has been associated as the default form for a folder but that is not my situation. In fact there are several ...
|
| Tracking down errors... | 10 Dec 2003 16:27 GMT | 5 |
All, I have deployed a COM object for Outlook but for some reason on a few machines (approx. 3 out of 50), it causes Outlook to "create an error report" when Outlook closes. What is the best way to track down why this is
|
| How do I use CheckNames Programmatically | 10 Dec 2003 16:20 GMT | 1 |
I'm trying to automate the process of sending out a standard e-mail to a list of recipents that I only have the alias for. I want my VB code to lookup the persons name based on the nickname from my Global Address Book.
|
| Default MAPI Folder is missing items | 10 Dec 2003 16:18 GMT | 5 |
My Outlook 2002 Calendar has 6 items in the folder. If I use my Session object and use GetDefaultFolder using the CDO Default Calendar Folder when I loop through the folder it only see's 5 items.
|
| Contacts | 10 Dec 2003 15:53 GMT | 2 |
This construction shows the values that I need: MsgBox Excel.Workbooks(1).Sheets(1).Range("B" & i).Value This construction shows the values that I need to update: MsgBox TarkonFolder.Items(j).FirstName
|
| Add-ins | 10 Dec 2003 15:48 GMT | 1 |
I work for an engineering consultancy where we modify workflow processes for clients. To date it has always been a manual thing. I'm convinced that a lot of this work could be better handled by custom VBA add-ins to Outlook. Can anyone point me to some sites on Outlook specific ...
|
| Adding a member to a distribution list | 10 Dec 2003 01:21 GMT | 1 |
How can I add a member to a distribution list. I can use Members collection to get the names of each member in "Test" distribution list. Dim objAddressList As MAPI.AddressList
|