How to add a user defined field to Redemption RDOContactItem object?
Tue, 8 Jul 2008 18:53:47 -0700 (PDT)
Hi there. I've changed my code that talks to Outlook to use the
Redemption RDO objects instead. When I create a new contact I need to
define some user defined fields for each contact. Using the Outlook
objects I could do this:
Dim oUP As Outlook.UserProperty
Dim oContact As Outlook.ContactItem
With oCo ...
|
AddHandler to a button on a new inspectors commandbar
Sat, 05 Jul 2008 21:59:26 +0200
Hi newsgroup,
I'm trying to add a custom button to a new inspectors commandbar in
Outlook 2003. Word is used as e-mail editor. Everything is working
fine so far.
But what would be the correct technique to add a handler to my custom
button? If I add the handler like shown in the code below, with every
new ...
|
Backup Utility for Outlook 2000
Sat, 5 Jul 2008 05:04:07 +0100
Just completed a reinstall of Office 2000 including Outlook 2000.
I had been using a quite nice backup utility, provided by MS, which
reminded me regularly to backup Outlook. Simply say yes to backup to
folder of choice.
When I went to search for this utility (which I apparently failed to
save) MS insisted I vali ...
|
Need to suppress Outlook message on msg.Send()
Thu, 3 Jul 2008 07:08:42 -0700 (PDT)
Hi,
I am trying to send a meeting programmatically using following code:
try
{
// Create the Outlook application.
Outlook.Application oApp = new Outlook.Application();
// Get the NameSpace and Logon information.
Outlook.NameSpace oNS = oApp.GetNamespace("mapi");
// Log on by using a dialog box t ...
|
Deploying Outlook 2007 Addin using vs2008
Wed, 02 Jul 2008 11:06:54 +0200
Hi all,
What is best way to deploy Outlook 2007 Addins using visual studio
2008.
Can I use Setup project or I have to use ClickOnce?
Is there some good tutorials for deploying this solutions?
...
|
Outlook connector was working
Tue, 1 Jul 2008 06:38:02 -0700
Until last week(6/23/2008)week, I was able to connect to my primary
hotmail account through Outlook 2007 with Outlook Connector. Now I cannot
send or receive email with that hotmail account through Outlook 2007 with
Outlook Connector. A second hotmail account works fine sending and receiving
email throu ...
|
Adding Custom older List Items
Tue, 1 Jul 2008 06:12:00 -0700
I am trying to add my own Folder List to the Outlook Folder list. I want it
to reside at the same level as the mailbox and public folder and Business
Contact manager folders. Is there any sample code to do this? Please advise. ...
|
|
|
How do I prevent a regular user from being able to disable my Outlook Addin
Sat, 28 Jun 2008 12:53:18 -0500
I recently wrote an outlook 2007 addin to enforce email restrictions and now I want to make sure that a regular user cannot make them inactive or delete them. How do I do that? ...
|
AVG Users Outlook stops showing HTML emails
Sat, 28 Jun 2008 10:51:01 -0700
Attention AVG users. If you upgrade to AVG Free 8 you may have problems
displaying HTML formatted inbound email. HTML emails display as plain-text.
According to the following post - you have to "Disable certs." I decided to
downgrade to AVG Free 7.5 and deal with this later. Just thought I'd pass
this on si ...
|
Custom Explorer
Sat, 28 Jun 2008 01:27:01 -0700
Hello,
Is it possible to write your own Explorer form for a folder?
grtz,
Koen ...
|