NewMailEx issue
Fri, 20 Nov 2009 01:49:52 -0500
Hello
We are developing outlook addin which should work in outlook 2003 &
2007.
We have few custom header fields in the mail & then based on these
fields in mail header, mails are updated in the database or land up in
inbox.
NewMailEx event on inbox was used for this purpose. The issue with this
event is ...
|
Failed to create an RDO session instance: Class not registered
Thu, 19 Nov 2009 12:46:02 -0800
I uninstalled a virus software and starting getting this error in Outlook. I
have completed the following steps trying to get this problem corrected.
1. Open Outlook in Safe Mode and enabled and disabled on Add-In's
2. Defrag drive
3. Run Check Disk
4. Removed all entries in registry having to do with old vi ...
|
how to add my custom items to "Change E-mail Account" dialog
Thu, 19 Nov 2009 11:09:01 -0800
I need to add some controls below "Test Account Settings..." button, but i do
not know how.. ...
|
Remove Menubar and Toolbar from Customized Outlook Form
Thu, 19 Nov 2009 02:58:59 -0500
Hi All,
I am developing an addin for outlook which will show the new form on
inspector button click.That form itself is a new message.I want to add
custom controls on that form and change its look according to user's
need.I had tried to design Outlook form but didn't get how to remove
menubar and toolbars.
i) ...
|
How to set a contact's emailaddress1, emailaddress2, emailaddress3?
Tue, 17 Nov 2009 08:54:23 GMT
I want to update the contact's info or create new contact with emailaddress1,
emailaddress2 and emailaddress3. For new contact, i use IAddrBook::
CreateOneOff, it works great. But i don't know how to update the three
emailaddress, for example: user can set the following combine for three
emailaddresses.
1. None ...
|
Call add-in method from macro?
Tue, 17 Nov 2009 02:23:39 -0500
I am using Delphi (2009) to write my first add-in for Outlook (2007). I want to add a custom method to my add-in's class and call it from an Outlook macro, but I can't get it working.
My method in my Delphi class is public. It looks like this:
procedure MyMethod(const Index : integer); safecall;
I tried to ca ...
|
Remove focus from form region
Tue, 17 Nov 2009 01:02:43 +1300
I have a form region under the preview email pane that has 1 combobox and a
few images on.
Currently when I GUI navigate and select different emails, the form region
always shows the text of the combobox highlighted with quite a bright blue,
being the screen highlight color.
I'd like to see what it's lik ...
|
|
|
detect if a mail is read in a public folder
Sun, 15 Nov 2009 05:13:14 -0500
Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.
greatly appreciate ...
|
How can I get form region to reload (refresh) from another class?
Thu, 12 Nov 2009 18:17:30 +1300
VSTO, 2007, C#
Is there a way to get MyFormRegion to refresh (reload) from another class?
It may be obvious but I'm relatively new to C# and VSTO.
TIA
...
|
How to develop a custom action which can used in Rules Wizard?
Wed, 11 Nov 2009 02:24:10 -0800
I need a custom action which will be used in Rules Wizard "Perform a custom
action", this custom action will send email's attachments to some other
system.
Is it possible to use VSTO to create this custom actions? If so please
provide some reference resource.
thanks. ...
|