| Thread | Last Post | Replies |
|
| looking for decent c# addin sample | 31 Oct 2003 16:38 GMT | 2 |
I'm looking for a decent C# addin sample which will illustrate proper technique for unloading the addin when Outlook is shut down. The samples I've seen so far are either in VB6 or they have been very simplistic C# samples.
|
| Accessing MailTo | 31 Oct 2003 15:21 GMT | 1 |
All - I have an Add-in that now works great! The only hook now requested is that it functions for EVERY mail option in Windows/Office (i.e. Sent To from Word, or right-click options). Does anyone know of a sample that shows
|
| Outlook 2003 with BCM Problem | 31 Oct 2003 13:03 GMT | 1 |
Installed Office 2003 Enterprise, then BCM and all seemed ok. Put my bosses mailboxes from Exchange onto it and it still worked ok. This morning I moved the PC to his desk, but when i access
|
| Knowledge Base Com Add-in Fix 329098 | 31 Oct 2003 04:26 GMT | 2 |
Outlook will not load add-ins because of problems as discussed in KB 329098. There is a fix for post Office XP SP2 posted but I need to get this fix from Microsoft and then edit the
|
| Outlook contact entryID | 30 Oct 2003 18:48 GMT | 1 |
hello, could someone give me a code example how to retrieve the contact entryID in outlook? or a different way to access the selected contacts values. thanks in advance
|
| Showing dialogs/msgbox when word is the editor | 29 Oct 2003 17:46 GMT | 1 |
When Word is the editor my msgbox dialogs and forms from the Outlook add-in are displayed behind Word (my active inspector) and it makes it look like Word is frozen. The user has to move / minimize windows to find the dialogs. Has anyone found an elegant solution for this. I can ...
|
| problem getting the SMTP address (Outlook 2003) | 29 Oct 2003 16:31 GMT | 1 |
I need to get the SMTP address of the CurrentUser. To do that I'm creating the oSession object out of MAPI.Session: Set oSession = New MAPI.Session oSession.Logon NewSession:=False, showDialog:=False
|
| Outlook 2002 & Corporate Systems | 29 Oct 2003 16:24 GMT | 1 |
How can I connect Outlook 2002 onto my MS Mail server. I think I need some sort of addin but where do I find it...? Thanx
|
| Error when saving MailItem or deleting Attachment | 29 Oct 2003 15:57 GMT | 2 |
I have an addin that catches outgoing messages and converts office documents to html, removes the original attachment and attaches the coverted html. Before I do the conversion I call Item.Save to make sure I can leave a valid email in the draft folder if something crashes. In ...
|
| Com Addin for outlook for sending mail. | 29 Oct 2003 15:09 GMT | 1 |
Hi I am trying to setup a com adding to send a mail in outlook and put it in as trusted. I was wondering if anyone knew of anywhere you can get
|
| Trying to get the body | 28 Oct 2003 20:52 GMT | 1 |
When I try to get the body of big emails, MAPI says that it has not enough memory! But I have seen that Outlook Spy could bypass this problem and manages to display the body.
|
| Can't see Recipients in ItemSend event ? | 28 Oct 2003 20:51 GMT | 1 |
I have written a handler in C++ for the ItemSend event. I dereference the LPMESSAGE object thru get_MAPIObject() and then call GetRecipientsTable() - but no recipients ! What do I have to do to get the recipient table to be populated ?
|
| it would be nice... | 28 Oct 2003 18:56 GMT | 4 |
It would be nice if I could do this with what shipped with the product, as we are a nonprofit organization. Heard of any free stuff? -AW
|
| Trusted Code - Does not work !!!! | 28 Oct 2003 18:07 GMT | 11 |
Hi I am praying at this stage that someone can help me. I need to setup a Com-Addin as trusted. I have a VB6 system that automatically sends mail. Since moving to
|
| olApplication_NewMail() | 28 Oct 2003 17:04 GMT | 6 |
I'm fairly sure that I read somewhere on MS that the olApplication_NewMail() event does not fire on all new mail. I need to know when a new mail item is recieved to do some processing. It this event is not reliable what else can I do? Also is there any way of getting in ID for the ...
|