| Thread | Last Post | Replies |
|
| O2K: Sharing VBA code , a form & a button between users | 16 Nov 2004 13:16 GMT | 1 |
I've written a small VBA function and have assigned it to a button on my outlook bar, however I'd now like to share this amoungst a couple of people, how can I package this up into something can can be easily distributed ? In Excel I'd be creating an Add-in, but there doesn't
|
| Difficulties with RTF code stripped by Outlook | 16 Nov 2004 07:49 GMT | 1 |
I'm writing this message in reference to the following thread: http://groups.google.com/groups?hl=en&lr=&frame=right&th=283fba191995de8f We're working on an add-in for Outlook (2000, XP, 2003) and facing the exact problem described in that thread: on reply/forward, the changes
|
| Outlook Bound to SQL Server Desktop 2000 | 15 Nov 2004 22:47 GMT | 3 |
We have an outlook plug-in that we've purchased at work. It connects to an instance of SQL Server Desktop Engine 2000 to share outlook data ( contacts, calendars, Journal Entries) between our computers on our peer-peer network. I cannot find a way to bind outlook data to sql ...
|
| Jounal to Calendar | 15 Nov 2004 17:51 GMT | 4 |
Is it possible to generate Calendar Items from Jounal Items? If for example I log a phone call in the Journal for 30 minutes for a Contact, can this automatically show in the Calender? I want a Calander type summary of what I have been doing..
|
| VBA code to export Outlook 2k to OE 6 | 15 Nov 2004 08:38 GMT | 2 |
After attempting several ways of getting my email from Outlook 2000 into Outlook Express I have to give up. The reason is because of a bug in the Import feature of OE, attachments with long file names get changed to the old DOS style file name (8.3). MS states this is a
|
| update same row | 14 Nov 2004 21:23 GMT | 8 |
Gents, I'm currently using a script that opens excel and adds a line to the first empty cell. How can I expand this to : if the name (strmyinput) is already on that list,
|
| I want to do something simple yet outlook makes it a nightmare. why ? | 14 Nov 2004 12:51 GMT | 5 |
I wrote a custom envelope printer in VB6. I thought it sensible that instead of having my own db for names and addresses I would access the outlook contact information. But it seems it is a nightmare to do this.
|
| What is my NNTP server name? | 13 Nov 2004 16:58 GMT | 1 |
When attempting to set up my newsgroups account, it asks what the name of my NNTP server is. I called my internet provider and they were not able to tell me. Is something I would have to pay for?
|
| How to use Redemption and Mapi GetSharedDefaultFolder together in VB? | 12 Nov 2004 20:54 GMT | 3 |
' Outlook Object Code without Redemption ' To get access to a shared folder Set oMapiRecipient = oNsp.CreateRecipien(sMailboxName) oMapiRecipient.Resolve
|
| How to send a duplicate mail each time a mail is sent ? | 12 Nov 2004 17:04 GMT | 9 |
If someone could please help me with the following id be grateful... Sue This is great thanks... The only problem is, when I go into my sent items after the item has been sent and open up that item I can see that it has been
|
| Changes to form not showing up | 12 Nov 2004 15:00 GMT | 1 |
I downloaded the survey template. I published the template as SurveyTemplate to the Organization Forms library. To test the form, I made a simple change - I changed the header from "Survey Questions" to "Service Call". I changed the version of the form and Publish As (using the ...
|
| How to determine the Service Pack level? | 12 Nov 2004 00:34 GMT | 4 |
My app is running into some bugs with Office 2000 users who haven't installed Service Pack 3, as described in Microsoft's knowledge base article # 254714: http://support.microsoft.com/?kbid=254714 . I know it's
|
| Exporting information from an Appointment in Outlook | 11 Nov 2004 22:15 GMT | 1 |
I have a small pice of code that generates an email messages to a user when ever someone enters an appointment in their calendar. Currently, the email that is generated tells them a new appointment has been added to their calendar. How can I export out information from the ...
|
| Can't update or view custom fields | 11 Nov 2004 21:07 GMT | 1 |
In Outlook 2003 I'm not able to list, update, or view custom fields that I have created using the userproperies.add method. The custom fields appear in the "show fields" window in Outlook, but I can't access them in code. The following is supposed to list all fields in the ...
|
| Inspector Difference | 11 Nov 2004 20:16 GMT | 2 |
How do I find the difference between New mail Dialog and when I double click and open a mail from the Inbox? I use NewInspector event of Inspectors object. thx
|