| Thread | Last Post | Replies |
|
| Full Name Property For AppointmentItem in 2003 ? | 31 May 2004 14:50 GMT | 1 |
In Outlook 2002, I recall that I manage to use l_appointmentItem.Links.Item(1).item.FullName to get the Full Name of a contact (inclusive of the Title eg: Dr.) However in Outlook 2003, I noticed that this property is no longer available .. Is there any equivalent ?
|
| Create appointment in another user's calander through VBA | 31 May 2004 08:51 GMT | 1 |
How do you create an appointment in another user's calander in VBA? I know how to create the appointment for my calander in Outlook but I am tying to create the appointment for another user from my computer. I can do
|
| HTML message body | 31 May 2004 00:24 GMT | 1 |
Hi, I am able to create an html string with formatting tags. unfortunitely the following lines insert the content including the tags as an ordinary text string. .BodyFormat = olFormatHTML
|
| Newsgroups?? | 30 May 2004 01:02 GMT | 1 |
Hey, Where do i feind newsgroups in outlook 2003 ???
|
| Outlook 2002 and 2003 | 29 May 2004 16:57 GMT | 4 |
I have an Access program that is creating appointments in Outlook 2002. Over the last week, two new PC's have been added to the network and have Outlook 2003. Are there any issues that I need to address to ensure that my code (see
|
| Fullpath of attachment | 29 May 2004 07:05 GMT | 2 |
How do I get the fullpath of an attachement ?. That property is always empty Can it be gotten to, at the time of attachment creation, when the user has to point to it Thanks
|
| map in outlook 2003 | 28 May 2004 20:28 GMT | 1 |
I am using mapi to send somany emails in organaization. So far it is working very fine with netscape . we moved to exchange server and outlook 2003. But when we send emails now the outlook
|
| Find by EntryID | 28 May 2004 20:09 GMT | 1 |
Hi again, I want to display a list of all contacts in a combo box, then retrieve the selected contact when the user selects one. Rather than read all the contacts each time, I'm caching the name and EntryID in a text file on the
|
| Efficiently getting contacts from a public folder | 28 May 2004 17:16 GMT | 5 |
Hi all, I'm working on a Word template macro that will list all of the contacts from a public contacts folder in a combo-box. I have the code working, but it takes about 15 seconds to load 1,400 contacts. After getting the oContacts MAPI folder set to the correct public folder, ...
|
| Changing Contact Phone Number | 28 May 2004 16:38 GMT | 3 |
I am using the following code: Sub ChangeNumber() Set myOlApp = CreateObject("Outlook.Application") Set myNameSpace = myOlApp.GetNamespace("MAPI")
|
| Automatic Insert | 28 May 2004 16:10 GMT | 5 |
we are running outlook2000 or XP with SP3. I generate a local distribution-group in my outlook and inserted the users I want. Now I want after selecting this group that in the fields "CC" are inserted Users automatically and in "Subject" is inserted some Data
|
| Exporting Automatically | 28 May 2004 15:37 GMT | 1 |
Can I program outlook to automatically export to a.pst file each time I log off, or perhaps each time I close outlook. Makes it simpler to take home eveything on a usb storage device each night.
|
| Get EntryID of item right-clicked, but not selected in Outlook Explorer ??? | 28 May 2004 14:44 GMT | 3 |
is there any way to get the EntryID of an object which is right-clicked in an Explorer, but not currently selected? I've got some code to get the EntryID of the currently selected item, and that works fine, but I did note find any way to get the Entry ID of an
|
| How to filter CreationDate | 28 May 2004 13:01 GMT | 2 |
I try to find a message by this line Set OlMail = OlItems.Find("[CreationTime] = 05/27/2004 08:21:33" and get the message: Filter cannot be parsed; error at "8 I assume I need a certain format but cannot find which is appropriate. Any ideas
|
| Send/Receive interval | 28 May 2004 11:49 GMT | 2 |
Is it possible to programatically change the "automatic interval" for send and receive for Outlook 2003? I want to be able to auto send/receive every 2 minutes between (say) 8am and 5pm, then between 5pm and 8am, auto send/receive every 30 minutes.
|