| Thread | Last Post | Replies |
|
| CommandBar on MailItem & folder stuff | 25 Jan 2005 14:12 GMT | 1 |
I'm trying to modify the commandbar associated with the MailItems when you right click on them. The problem is, i don't know the name of the commandbar. I've already tryied an excel macro that i found on msdn to find the right name but the macro crash (dunno why). So how should i ...
|
| outlook contact change selection event to a plugin | 25 Jan 2005 08:56 GMT | 4 |
Hi to all... I'm developing an Outlook 2003 Add-in by VC++ (.NET). The question is: how is it possible to capture a 'selection change event' in contact list item? I would to get name of contact selected in asynchronous mode (I don't want extract these informations clicking a ...
|
| MAPI calls change current working dir | 24 Jan 2005 22:30 GMT | 1 |
i recently experienced that calling MAPI functions results in change of the current working directory. I strongly believe this is a new behavior. Am I right? Has there recently been an (auto-)update of the mapi32.dll? I am using SimpleMAPI with VC++ 6.0 on XP and W2k
|
| Addin loading custom outlook forms by default | 24 Jan 2005 17:19 GMT | 5 |
I am writing an Addin for Outlook 2003 using C#. I am wondering if anyone can answer a question or point me in the proper direction. When my addin loads in Outlook, I want custom Outlook forms to be used instead of the default Outlook forms. For example, when someone goes
|
| separator in outlook toolband | 24 Jan 2005 16:18 GMT | 1 |
Hi to all... How can I add a "separator" (vertical segment line) in my outlook 2003 toolbar add-in? What type of Office:: COM object should I to use? CComQIPtr < Office::_CommandBarButton>?
|
| Why OnStartupComplete is not called. | 24 Jan 2005 15:11 GMT | 1 |
. if my add-in is loaded in Outlook via Tools->COM Add-Ins command? When my add-in is loaded along with the Outlook this routine is called. Most importantly, how do I deal with this "two ways" loading? I've divided my add-in's init process into two parts and I need both of them to ...
|
| Exception when trying to save a contact. | 21 Jan 2005 14:11 GMT | 5 |
I am coming across a strange error when trying to save a ContactItem. Basically I am reading a large number of names and phone numbers from a text file and storing each one as a contact. I have created the folder ok and it does create new contacts happily until it is around half ...
|
| Need help fixing newly created Outlook 2000 PIA | 21 Jan 2005 01:58 GMT | 1 |
I have managed to create an Outlook 2000 PIA but when I try to use it in an exisitng project that worked with the 2002 PIA I get a load of compile errors. They boil down to the following: foreach statement cannot operate on variables of type
|
| Developing a custom Server Type. | 21 Jan 2005 00:44 GMT | 2 |
I'm trying to find information on how to develop a custom server type for Outlook to access - like POP3 or Exchange, but for my own custom data. Is this information public? Is there an SDK somewhere?
|
| Make Form stay on top until application is deactivated | 19 Jan 2005 21:35 GMT | 16 |
I am working on an addin for Outlook and I am displaying a form as modeless. I am able to make that form stay on top via the SetWindowPos API. However, when the user deactivates Outlook by switching to another application, I want the form to be released from being on top.
|
| CreateStoreEntryID = E_FAIL ? | 19 Jan 2005 09:06 GMT | 2 |
With not many clues. ServerDN is ansi, the same displayed by OutlookSpy. MailboxDN is PR_EMAIL_ADDRESS, ansi. But my prog does not behave like OutlookSpy.
|
| Things I do not understand with shared folders ... | 18 Jan 2005 17:32 GMT | 3 |
I am trying to acces another mailbox from that of my profile. I have access rigths on some of the other folders. I have found that I cam OpenEntry given the EntryID of the other store. But I cannot OpenEntry of a folder (0x80040107). Identity problem.
|
| How can I insert HTML code into Outlook.ContactItem.Body? | 18 Jan 2005 15:00 GMT | 3 |
Gretings, the problem is that ContactItem.Body is plain text property. I'd like to do this in C#. Could somebody help wityh this issue?
|
| Accessing message editor's context menu | 18 Jan 2005 15:00 GMT | 1 |
is there a way to change right-click context menu of mail item or contact.body? Thanks.
|
| C# | 18 Jan 2005 14:56 GMT | 1 |
I maybe asking a silly question but I'm new. I was wondering if C# can be used as a programming language to build outlook add-ins? hope anyone can shed a light over this. thanks.
|