| Thread | Last Post | Replies |
|
| Outlook methods | 29 Dec 2004 21:15 GMT | 2 |
I am doing MS Outlook Plug-in by C#, but i cannot find the methods of Outlook, I wish to familiar with what they are!!! Could you tell me where I could find some useful information about it??? Thanks all u guys!!! Merry Christmas!!!
|
| Business Contact Manager install snafu | 28 Dec 2004 23:09 GMT | 1 |
I have Office 2003 installed and recently tried to install the Business Contact Manager version of Outlook. It appeared to install. I got the help files and the tour but Outlook was not modified in any way. Any idea why this would happen?
|
| Create an "Inbox" looking Mail Item in another folder | 27 Dec 2004 17:15 GMT | 2 |
I have the following Visual Basic .Net code. I tried Redemption (yesterday) and still do not quite understand it. I want to create a mail item that looks like it came into the "Inbox" and was moved to a specific folder. I want to populate the mail item with data from a flat ...
|
| Using CommandBarButton in Multiple Inspectors | 24 Dec 2004 13:54 GMT | 1 |
I got a COM AddIn that place a CommandBarButton in every Inspector object that is opened. However, when someone opens more than one Inspector objects that the Button only works for the most recently opened one. Does anyone know of a way to overcome this and use CommandBarButtons ...
|
| Changing user's IMAP settings with QueryIdentity | 24 Dec 2004 07:52 GMT | 1 |
I'm connected to an IMAP email server and need to set some of the account info programmatically. In particular, the user's display name. I use IMAPISession::QueryIdentity and OpenEntry to get PR_DISPLAY_NAME and to set it. After, setting it and doing a SaveChanges, the new value ...
|
| Generic question on Outlook instance left in memory | 22 Dec 2004 14:25 GMT | 1 |
My VB6 app is referencing to Outlook Object. Once a module/class is done, I explicitly set all objects to nothing. But after closing the app, Outlook instance is always left in the memory, along MAPSP32. Another issue
|
| runtime error when setting the view.xml property | 21 Dec 2004 15:54 GMT | 4 |
I try to create a custom view (ol2002, vb6, reference to msxml v.3.0) by setting the .XML property after retrieving the xml data from a file. Setting the view.xml propterty keeps generating an error. What can be wrong? -------------------------------------
|
| com addin to check blank subject line | 17 Dec 2004 07:26 GMT | 2 |
Actually I'm looking for a com addin which doesn't do anything else except checking for a blank subject line. I was hoping to find such a program in the internet but all those addins had "too many features".
|
| Custom Folder | 16 Dec 2004 18:39 GMT | 3 |
Is there any way to leverage the folder view in Outlook with items that don't physically exist in the folder. I want to be able to pull items that I have gathered from various folders and display them in a new folder without actually moving them or copying them to the new folder.
|
| Cannot create instance of the interface 'Application' | 16 Dec 2004 16:36 GMT | 2 |
I am following http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht ml/ol03csharp.asp Trying to use the NewMailEx function but i keep getting an error on this code
|
| (Newbie Question) How to Write a Add-in? | 15 Dec 2004 02:08 GMT | 9 |
I am new in writing Add-in but I am an advanced programmer in VB.net. I am trying to test writing some add-in for Outlook XP. The testing program is just to show a messge box when it is connected, but no matter I try, I fail... relevant code below (class 1): -
|
| Access Headers in Outlook 2003 in C# application | 14 Dec 2004 21:29 GMT | 1 |
Trying access the headers in Outlook 2003 with a C# add-in but haven't found any documentation on it yet. Thanks in advance for the help! /Marcus
|
| user properties in outlook2003 and exchange | 14 Dec 2004 21:28 GMT | 1 |
i am using c# outlook 2003 and exchange 2000 i entered in appoitment item user property with webdav the proble is my_prop its enterd to mapi extended i have a problem to extract it in outlook and C# user properties collection count is 0 but i see it with the outlookspy at
|
| How to force Outlook to re-read add-ins from registry? | 14 Dec 2004 21:21 GMT | 2 |
I'm trying to get Outlook 2003 to re-read the installed add-ins from the registry, but it doesn't always work reliably. I write: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Extensions\Outlook Setup Extension
|
| Error opening Outlook - mociext.dll and Max Sync | 14 Dec 2004 05:05 GMT | 2 |
I've just started receiving this message all of a sudden: The add-in "C:\WINDOWS\System32|MociExt.dll" could not be installed or laoded. This problem may be resolved by using Detect and Repair on the Help munu. Unable to load "C:\WINDOWS\System32\MociExt.dll". You may be out of
|