| Thread | Last Post | Replies |
|
| If Word is Editor... do... | 27 Dec 2005 18:40 GMT | 4 |
Can I make a add-in for outlook that adds a menuitems in the Word session that is opened by Outlook when Word is e-mail editor? I would appreciate very much, if I could get a little code example, if possible.
|
| Addin load problem | 22 Dec 2005 21:45 GMT | 3 |
I developed an addin and I'm having some troubble in some computers. I've installed in some computers and it works fine. It is a COM addin and I install it adding the registry keys in Outlook and it works. But, in a specific computer it doesn't:
|
| Detecting send as attachment from Word | 21 Dec 2005 20:28 GMT | 6 |
I've developed a VB6 COM add-in that displays on the new message toolbar in Outlook 2003. However, its code does not get called when a file is sent to a recipient as an attachment from Word, probably since the resulting email window is in MAPI mode.
|
| mapi32, AddressEntry.MAPIOBJECT and C# problem | 21 Dec 2005 19:19 GMT | 2 |
I am writing an Outlook Add-In for Outlook 2003. I have a mapi class that reads properties from an AddressEntry.MAPIOBJECT. I get an exeption when reading in a property. System.OverflowException: Arithmetic operation resulted in an overflow.
|
| C# add in corrupting Reminders regularly | 21 Dec 2005 14:31 GMT | 4 |
I have an add in mostly developed in C# and I'm using the events of the Application.Reminders collection to provide my own UI for the reminder functionality. This works very well except that quite often, the reminders folder seems to get hosed. I first noticed this because ...
|
| Messages in Outbox with Sent time of None | 20 Dec 2005 17:36 GMT | 11 |
I have written an Outlook add-in in C#.Net and may be experiencing a problem I've seen mentioned in some Outlook newsgroups. One of my users is reporting that she has messages that sometimes stay stuck in the Outlook and they have a Sent time of None. I have seen mention of
|
| Root Folder | 16 Dec 2005 15:33 GMT | 2 |
I wonder if it is possible to create at the same level of 'Personal Folders', I mean a sibling of that folder. I know that using MAPI I can create a child of 'Personal Foldesr' but the customer wants a root folder at the same level of 'Personal Folders'.
|
| Telling the difference between Apply and OK on a PropertyPage? | 16 Dec 2005 15:20 GMT | 2 |
I have some fairly complex options framework in my addin where options values can be inherited or overridden at different levels (e.g. user registry, public folder properties, parent folder properties, etc.) depending on context and several flags that could be manipulated via
|
| Auto name check | 09 Dec 2005 15:21 GMT | 1 |
How can I write an add-ins by using VBS/VBA to complete a name check, when reply an email?
|
| can't debug my outlook COM add-in VB.net | 09 Dec 2005 05:23 GMT | 1 |
i got a pc with VB.net and office 2003 and i am try to move it a cross to a different pc so i move the code a cross and have install the com add-in that all went ok. I build the code and that goes ok and then i try to debug it and it open up outlook and then before it as finish
|
| Help loading Add-In VB.Net 2005 | 07 Dec 2005 18:38 GMT | 3 |
I have a addin I developed in VB6-migrated to VB.net 2003 and with a little tweaking it was working fine. I was able to deploy to machines running Outlook XP or 2003. Now I have upgaded to 2005 and it runs fine on the development machine, but when I run setup on a machine that
|
| double quotes in email message | 07 Dec 2005 16:47 GMT | 3 |
I am trying to replace the double quotes in an email message. So if the message is. I "love" my dog. I want to replace the double quotes. Problem is when I do mailItem.MessageText.Replace("\"", "##"); for example it does nothing
|
| Outbound Rules - need pop up prompt | 02 Dec 2005 19:36 GMT | 1 |
I'm looking for a way to prompt a user that they are sending outbound email to particular email addresses and let them stop sending the message if it meest certain criteria. I.e., outside of the company or to a personal address rather than a business address, etc.
|
| MAPIOBJECT is junk when using MS WORD as Email Editor | 01 Dec 2005 16:25 GMT | 4 |
I developing a C# Outlook add-in which sends the mail when the user clicks my custom button on the Inspector window. I am using extended MAPI to avoid the security warning in Office XP which is written in C++.
|