| Thread | Last Post | Replies |
|
| changing html email body using VC++, ATL addin? | 10 Oct 2005 21:37 GMT | 16 |
I am working on com addin using VC++ 6.0, ATL, Outlook 2003. I have an event handler OnNewInspector. It gets called when a email message is opened. I can change email body using pMailItem->get_Body() and pMailItem->put_Body(). But I want
|
| Add-in Security? | 08 Oct 2005 15:53 GMT | 2 |
I have a question about outlook add-ins. I can create excel add-ins with no problem and know that they can be used with no secuirty implications. However with Outlook, the Outlook security warns users about certain tasks being done.
|
| Where's free/busy info kept in a .pst file? | 07 Oct 2005 14:31 GMT | 1 |
I'm using outlook 2003. I found the message LocalFreeBusy in the folder Freebusy Data in the root container of the msgstore. The message class is IPM.Microsoft.ScheduleData.FreeBusy. Sounds like the place to be but I don't see any f/b data. Any idea where the data is?
|
| MailItem.Save() causes -2147221239 (object changed) error | 06 Oct 2005 14:59 GMT | 2 |
I am writing a VB6 Com Add-in for Outlook 2002 with Exchange accounts. Essentially, I am just altering the subject line and then resaving the mail object. However, for some users they receive an error: "The function cannot be performed because the message has been changed".
|
| disable the envelope icon at tray bar | 06 Oct 2005 14:31 GMT | 1 |
I have downloaded a sample code for an outlook plugin and it works with outlook2002. Now I wish to disable the envelope from tray bar on receiving junk mail. I have a solution to decide between junk and real mail, but I don't
|
| Is MS validating OL add-ins? | 06 Oct 2005 14:29 GMT | 1 |
I seem to be more nervous about acquiring OL add-ins than for other apps. Does Microsoft evaluate add-ins for trustworthiness, best practices, etc., and publish this info on a page somewhere? How does one get to the
|
| how to get selected text in email body? | 01 Oct 2005 22:51 GMT | 6 |
how can i get the text selected by user in a email body? regards chimanrao
|
| Delete a MAPI folder on Uninstall | 01 Oct 2005 07:58 GMT | 1 |
I'd like to delete a MAPI folder (that is one my plugin created in outlook) when I uninstall my plugin... but I can't create an instance of Outlook.Application in my DllUnregisterServer function to get outlook to delete it ( it returns Module not found ).
|