Outlook 2007 & 2010
Thu, 10 Dec 2009 17:12:04 +0530
Hi,
I've developed a plugin which works perfect with all Outlook versions up to
Outlook 2007.
Now, I am developing the same plugin for Outlook 2010.
Should I have two different COM dlls?
OR
Could I implement both interfaces (IRibbonExtensibility) in one DLL and
based on Outlook version could execute the ...
|
Can you load an OlkComboBox and show a previously selected value?
Wed, 9 Dec 2009 15:50:33 -0800
I know how to load the OlkComboBox, but if I want to show the user a value
that he/she selected 3 days ago, how would I do that?
Details:
I'm using Visual Studio 2005 Professional.
Visual Studio 2005 Tools for Office SE.
My OlkComboBox control resides on an Outlook 2007 Addin, Separate FormRegion. ...
|
outlook web access addin
Sun, 6 Dec 2009 22:43:11 -0800 (PST)
Hi all,
I wrote outlook addin for send,open encrypted mails. I catch onOpen()
onSubmit() events in exchange side.
My question is this,
Is there any mechanism catch events and write addin for owa(outlook
web access). I must decrypt mail and show it on form. And before
sending mail i must encyrpt mail. How can ...
|
Email Organizer Program
Fri, 4 Dec 2009 21:34:33 -0800
I'm using XP PRO with Outlook 07. Can anyone recommend a free program or
programs that do the following:
a. adds cc or bcc automatic settings options
b. manages the message filter options something like Mozilla
c. gives you more options in organizing messages
Thanks for your help.
...
|
DASL Filter doesn't work when defined programatically
Fri, 4 Dec 2009 10:07:05 +0100
Hi,
I have a strange problem.
I define a new View like:
void CreateViews()
{
string FilterActiveBOs = GetResourceString("ViewActiveOpportunities");
Outlook.Views BOViews = BO_Folder.Views;
if (BOViews[GetResourceString("ViewNameActiveBO" ...
|
use only views defined for this folder
Fri, 4 Dec 2009 10:02:19 +0100
Hi,
in the dialog for managing views I can select the check box "use only views defined for this folder"
How can I set this programmatically?
Best
Tom
P.S.: Outlook 2007 ...
|
Outlook VSTO Add-in not visible in Trust Center after installing
Thu, 3 Dec 2009 04:29:01 -0800
Hi,
I have implemented a VSTO Outlook Add-in and created a setup project.
When I install this add-in project with the setup/msi file ... files are
installed properly, but VSTO Add-in isn't visible in the trust center of
Outlook.
This is because the registry keys are missing at
[HKEY_CURRENT_USER\Softwar ...
|
|
|
cannot instantiate abstract class - Compiler error.
Wed, 02 Dec 2009 13:00:14 GMT
Hi,
I have created a plugin for Outlook, I want add ribbon controls to my
existing OUtlook plugin.
When I Implement "IRibbonExtensibility" Interface in the class that was
implemented "_IDTExtensibility2" Interface it throws
up the following error message
ATL::CComObject<Base>' : cannot instantiate abstra ...
|
Inherit from message compose form?
Mon, 30 Nov 2009 11:14:45 +1100
Hi,
Is it possible to create a sub class to the message compose form? I want to add my own stuff to the form, but use other great features from the original form.
Thanks,
Danny
...
|
Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)
Thu, 26 Nov 2009 13:03:13 +0000
Hello everyone,
I am getting an exception when EML is converting as MSG file.
Error Message : "Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)".
In this case, Recipients list (To or CC field of mail Item) contains
more than 500 mail IDs.
Question : Is there any limit of recipients for converting EML t ...
|