Add-in deployment problem
Wed, 10 Feb 2010 17:04:40 +1100
Hi,
I made an Outlook add-in. I created setup files and deployed it to another computer. I login as USER1 and installed add-in and used CASPOL to set permission to the user to run. It worked well.
I then log out and log in as USER2. Open the Outlook, it didn't work. I then used CASPOL to assign permission to USER ...
|
How to customize the Advanced Find form
Tue, 09 Feb 2010 05:18:08 -0500
Hello, I'm writting an Outlook Addin for 2007, and I would like to know if there's a way of customizing the "Advanced Find" form, I would like to add a new tab to it and modify the folders select pane. .
Submitted using http://www.outlookforums.com ...
|
Question often asked but not fully answered
Mon, 08 Feb 2010 13:00:33 -0500
Hi,
I'm using a free com dll from MAPILab in VB6 to get the extended properties of emails bypassing the outlook warning message but i'm having trouble getting the read/unread/replied status
As I said a frequent question but there doesn't seem to be a good answer as i've spent all afternoon reading the answers/ ...
|
keeping track of custom settings for com add-ins
Sat, 6 Feb 2010 16:23:01 -0800
Where in the registry should custom settings for an add-ins configurable
values be kept?
office\12.0\outlook\addins\Myaddin
or
office\12.0\outlook\options\Myaddin
or
somewhere else?
thanks
ron ...
|
Addin to define message format on a per-contact basis?
Thu, 4 Feb 2010 12:54:32 -0000
Is there an addin that will allow the new message format (i.e. plain text or
HTML or RTF) to be set on a per-contact basis?
Ta!
...
|
Google MAPI account
Wed, 3 Feb 2010 11:09:01 -0800
Hello,
I've developed a COM add-in that works with OL 2003/07 in C# .Net 2.0.
When OL starts I need to retrieve the list of OL accounts available in the
current OL Profile. For each account, I need to obtain the associated
SMTP-format email address.
The code I have works well for POP, EXCHANGE, HTTP ( ...
|
DASL Filter function?
Wed, 3 Feb 2010 10:14:19 +1300
I am trying to figure out how to use the "undocumented" Today(S) function.
Basically I have about 10 search folders that make use of most of these:
%yesterday
%today
%tomorrow
%last7days
%next7days
%lastweek
%thisweek
%nextweek
%lastmonth
%thismonth
%nextmonth
So I am also hoping that these functio ...
|
|
|
Outlook 2010 context menu changes
Mon, 1 Feb 2010 07:51:02 -0800
Hi,
I am involved in the development of a C# COM Add-in that up to now supports
Outlook 2003 and 2007. In Outlook 2007 we add custom context menu items to
the context menus that appear on right click of a mail item and an attachment.
I have recently installed Office 2010 Beta to test our add-in compatibili ...
|
What's the appointment ribbon called?
Sat, 30 Jan 2010 15:47:28 -0500
I've created an Outlook 2010 add-in that includes an Outlook Form
Region. I only want my region usable if the BusyStatus is set to Out of
Office, so my thought was to get a pointer to the ribbon and then add
some type of OnChange to the "Show As" drop-down that enabled/disabled
my form.
I see the Globals.Ribbon ...
|
Ask to Ribbons
Thu, 28 Jan 2010 03:05:01 -0800
Hi,
I have three VB6 COMAddIns for Microsoft Outlook. I know that I can create
in OL2010 a Ribbon for the OL-MainFrame.
In older OL versions I had created one commandBar per COMAddIn.
Unloading the COMAddIn I removed the commandBar from the inspectors.
Well, is it possible, that I only have one Ribbon?
Each ...
|