I wrote a script to access my inbox using Outlook Object Model. Scheduled this script under my domain/account in a test machine having outlook installed and...
I have an Outlook COM addin that relies on capturing the headers from a selected email. On one PC the addin responds with the above error when trying to assign...
Hi, i am using folder home pages for one of my application to navigate thru.i have two web pages, one i am using as an actual home page which i am specifying...
Hi thanks for the reply. ya i tried that and i almost tried all possibilities but couldn't .is getting object on a web page other than a home page is so...
... Hi, Has anyone found an elegant workaround to this problem (a trick to have some kind of multi-line comments that would pop up when the user leaves his...
I can't reproduce it. I've only seen it once from a user. It can't be coming from any of those other routines because they all have error handling and the...
Greetings! I am working with Outlook 2002 with Exchange 5.5. I was wondering if there was a way to cause all attachments to appear in the body of the message...
Messages sent in rich-text format can have attachments in the body. For plain text and HTML messages, the attachment appears at the top. You could use the code...
Check MailSupport value in HKEY_LOCAL_MACHINE\Software\Microsoft\Office\9.0\Outlook\Setup. Installation type MailSupport value ... Internet Mail Only...
OE doesn't strip attachments. It only blocks access to under OE6(SP1). See Tools | Options | Security | Second checkbox from the top. ... From: Matthew...
An interesting problem to punt around: I'm working on my COM Add-In, which is (yet another) anti-spam filter (no, I'm not going to be selling it, but I ...
This functionality is specific to the POP3 provider, there is no generic MAPI way to tell a provider to delete a mesage on a server. ... From: Brad Smith...
Hello Again! Thanks for those who helped me last week. I now have another question: I am coding in vb.net and I am attempting to retrieve a recipient by their...
You mean call an Outlook VBA macro from an Outlook form? The technique is unsupported: Create the macro in the ThisOutlookSession module, then call it as a...
... Found the answer. I had mistakenly copied the cdo.dll from my first PC (to save time). Uninstalled and the re-installed from the Office CD and all is now...
Easily done if you use a text link. One caveat is that if you use the Outlook://entryid format, the link won't work unless the user has already accessed the...
Bummer. Obviously Outlook is calling some chunk of code when you manually empty Deleted Items, and I was hoping to be able to hook into that (without actually...
Hi, I use Redemption object to sink with the new mail event of Outlook. My issue is this:- When numerous new mails come into Outlook, my COM AddIn's New Mail ...
Create a separate thread to handle the new messages - your NewMail event handler would just add the entry id of the new message to a list and immediately...
Hi, in our company using Exchange 2000 and outlook 2000 / 2002. I develope sam application in public folder using outlook form. I have few questions: 1) Is...
Parůžek Martin
martin.paruzek@...
Feb 6, 2003 7:00 am
18681
I am new to Outlook development and I am trying to write a .NET object that will allow me to create a message and save it into the inbox as if it was actually...