| Thread | Last Post | Replies |
|
| Add Outlook Appointments through MS Outlook | 31 Dec 2004 21:26 GMT | 12 |
I am curious of how to add appointments to a shared calendar in MS Outlook. I got the imformation from Article 209963 on Microsofts website. The automation process works but, it adds the appointment to my personal calendar. I can't seem to find the code to change where the
|
| Forms lost | 31 Dec 2004 14:46 GMT | 3 |
Hello Team, I have installed on a pc-network for about 40 outlook-users some vba-macros in the vbaproject.otm file. Outlook 2003 on Exchange Server 2003.
|
| OLE Automation: Use word document with its formatting in body message | 31 Dec 2004 14:40 GMT | 1 |
Using OLE automation in Word (with reference to the Outlook 11.0 Object Library) I am trying to automate a send mail routine using word documents created from a mail merge. Everything works so far but my word document obviously do not keep their
|
| vba code for forward the incoming message by clicking button in i. | 31 Dec 2004 14:39 GMT | 1 |
1. I creaded a mail & add a check box in body of the message and send to aaa@yahoo.com 2. If receiver (aaa@yahoo.com) clicks the check box after receiving the mail, the mail should be forwards the another account (e.g xx_mcd.yahoo.com)
|
| Code causes Deleted - Unread read receipt. | 31 Dec 2004 14:16 GMT | 1 |
I'm using Outlook 2002 SP2 and I'm pretty new to VBA so excuse me if this is an elementary question. I hope someone can help with this small but annoying problem. When I use code to move an e-mail message from the Inbox to a folder in the Inbox, and the sender has requested a ...
|
| enable email from other programs | 31 Dec 2004 14:14 GMT | 1 |
I was using Office 2000 and just upgraded to Office 2003. I have a VBA program in an Access database that generates emails to a list of addresses I provide, then sends them. Outlook 2003 makes me wait 5 seconds, then click a button, for each email. This is supposed to prevent ...
|
| Open File Dialog in Outlook | 31 Dec 2004 09:25 GMT | 3 |
How can I display and use an open file dialog in Outlook? I know how to use the FileDialog object in Word, and I found Sue Mosher's article on opening Word from Outlook and using that, but I want to do this without using Word. And I'm guessing there must be an
|
| Use HTM Document as paper for new message | 31 Dec 2004 07:46 GMT | 2 |
Using OLE Automation I cannot figure out how to specify a file name to be used to create a new message. I have tried Createitemfromtemplate but this method requires an OFT file where i want to specify an HTM file.
|
| I need a calendar field besides "Birthday" and "Anniversary" | 31 Dec 2004 00:57 GMT | 2 |
Outlook Contacts offers BIRTHDAY and ANNIVERSARY fields, and I have entered both dates for some of my contacts. However, I would like to use Contacts to keep another date field for each of my contacts, besides their birthday and anniversary. I would want this date
|
| How to import data to custom form? | 30 Dec 2004 22:47 GMT | 1 |
I'm very new to Outlook programming so this may be a "no brainer". But, I've created a custom contact form and associated it with a contact folder. When I import data to that folder (from an Excel file), the import is successful but when I open any of the contacts it uses the ...
|
| how to add more then 250 contacts? | 30 Dec 2004 13:53 GMT | 5 |
I'm adding contacts to a public folder in outlook/exchange 2003. This does work well enough for the first 250 contacts, then I get an error log entry stating there is a limit of 250 open MAPI objects so I can't add more.
|
| References | 30 Dec 2004 09:04 GMT | 1 |
Hello, All! Where, in infinite space, can one find documentation that tells you which refrences are needed for a goven VBA command?? Or conversely what commands are available from the common set of references?
|
| Reply rule with certain word in subject | 30 Dec 2004 07:33 GMT | 1 |
I wonder if some kind person would be able to help me on this one. I need to create a rule that will reply to every email I receive with a certain word in the subject line. Even if someone sends 2, 3 or 20 emails from the same address. I also need to send back a specific template ...
|
| Moving messages sent to certain recipients | 29 Dec 2004 23:44 GMT | 3 |
This is basically a spam sorting issue. I have one account that gets all the items and I need them moved to a public folder based on who it was sent to. Any ideas and help would be appreciated. Using 2003, but can use 2002 and 2000 if necessary.
|
| How to permanently delete an mail item? | 29 Dec 2004 18:50 GMT | 6 |
I'm using the following code to do this but the item stays int he Deleted Items folder. Why? Thanks. Dim oMapiInbox As Outlook.MAPIFolder Dim oMapiDelete As Outlook.MAPIFolder
|