| Thread | Last Post | Replies |
|
| Outlook2000 and later - how to get the profile used for the session | 31 Mar 2006 15:03 GMT | 3 |
In my addin I need to know under which profile the user have logged in. To clarify - the user has 2 different profiles, used to login to different Exchange users. I need to detect in the addin which profile the user is using.
|
| how to program an addin? | 31 Mar 2006 03:33 GMT | 2 |
I developed applications in php, and delphi. now i want to write a plugin / addin for outlook. it seems totally different. delphi generates an executable file which i run on command line; php i can start in a browser. and for outlook addins/plugins? can i do it just with php or ...
|
| Autoname list in Outlook 2003 | 30 Mar 2006 15:25 GMT | 1 |
Can somebody helps me in order to backup autoname list in outlook 2003. Also please let me known the extensions of those files
 Signature Vikas Malhotra
|
| Differentiate inbox & send item in deleted foilder | 30 Mar 2006 10:04 GMT | 1 |
Please confirm how we were able to get all the inbox items backup which i have in deleted folder.It's doesn't show the mail is deleted from send items or inbox
|
| Meeting Attendees | 28 Mar 2006 18:07 GMT | 1 |
It seems every time I create a new appointmentItem it assumes I want to have invitees, so the "To" box shows up on the new appointment even if I do not add any recipients. how do I prevent that box from showing up when I create a new meeting?
|
| How to change Mail Format in Outlook | 28 Mar 2006 15:36 GMT | 1 |
I need to change the Editortype. Generally 3 formates are there, Ritch Text,Plain Text and HTML. And i want change the Editor type For example it is set with Plain-Text then i want to make it with HTML Format. How can i accomplish this by using vc++
|
| Redemption | 28 Mar 2006 13:12 GMT | 6 |
I wrote a COM Add-In, which works fine normally, but crashes on some machines or it has the Resiliency Problem. Therefore i'm asking if I'm doing everything right. For example:
|
| Incredimail for office/outlook | 23 Mar 2006 04:57 GMT | 8 |
a while ago incredimail was an addon for outlook and office; I had a brand new computer that was stolen - it had this program up & running, I just loved it, but now my wonderful computer is gone; and so is my "creative" email and stationery program... this program seems to not ...
|
| .Net Add-in does not work with Outlook 2002 and 2000 | 22 Mar 2006 20:09 GMT | 9 |
Our Dev team has developed a COM that is to be used with Outlook 2003, 2002 and 2000. The code works well with the Outlook 2003 version, but does not show at all in the other two versions(OL 2000,2002). We have tried
|
| Adding button to New Message Window | 22 Mar 2006 14:10 GMT | 5 |
I was wondering if someone could point me in the direction to how to add a button to the New Message window? Josh
|
| Installation on Outlook 2003 and Outlook XP | 22 Mar 2006 11:27 GMT | 3 |
Hi Ppl, I have an add-in that adds a button to the toolbar, etc. It installs and works seamlessly for Outlook 2003 but is nowhere to be seen for Outlook XP.
|
| Adding a button to the Appointment Form | 21 Mar 2006 15:09 GMT | 6 |
Hi Ppl, I really really need help this time...... Could you please tell me what is wrong with the code below: Private Sub oInspector_NewInspector(ByVal Inspector As
|
| Add Outlook Account | 20 Mar 2006 21:27 GMT | 1 |
I want to add a IMAP account by code. I saw in redemption that there is a object Account but I didn't see the .Add function. Is it possible to do it?
|
| EntryID is nothing | 20 Mar 2006 18:08 GMT | 2 |
i have the code below. When i run it, I gets the FirstName and Surename but the EntryID is nothing which can't be true because the item is in a folder. How is this and How do i get round it?
|
| program new toolbar in outlook with VB.NET 2003 | 20 Mar 2006 16:34 GMT | 2 |
i try to develop an addin for outlook 2003 with VB.NET 2003. here is the code for the "connect"-class. --- Public Class Connect
|