| Thread | Last Post | Replies |
|
| Problems closing inspector when IsWordMail() is true | 30 Nov 2006 19:05 GMT | 2 |
I am writing a plugin to Outlook 2003 using C#. I am having problems closing the inspector when IsWordMail() returns true. The code segment in my InspectorClose Event handler is as follows:
|
| VB6 - Outlook 2003 - Item.Send - Warning Msg | 21 Nov 2006 14:00 GMT | 1 |
My VB6 program was sending emails under Outlook 2000 just fine until Outlook 2003 was installed on the client's machine. Now, every time Item.Send is executed a warning message pops up with the statement: "A program is trying to automatically send email on your behalf ..." The ...
|
| Outlook.Application.ItemSend | 20 Nov 2006 18:48 GMT | 2 |
Hello Group I've created an application that uses outlook for creating emails. I wrote a class to handle all outlook things. The appl. is written with VS2005 C#, and I'll use Outlook 2003
|
| How do i get Contact Picture? | 15 Nov 2006 15:40 GMT | 2 |
I am trying to read all contact item details specified in outlook contact list using c#. i can read all contact properties but i have no idea how to get the picture if the picture is specified for the contact. how is it possible? will really appreciate.
|
| UserProperties | 04 Nov 2006 12:30 GMT | 2 |
I need to write a custom sync engine between Outlook 2003 SP2 and our CRM application. I want to use contact / task UserProperties for storing some data and need to retreive data filtering on UserProperties 1) How can i check that my userproperties are created in the folder ?
|