|
Setting A Command Bar Button Picture - Catastrophic Failure Error
Hi,
I've developed a COM addin for Outllook (using VB6) which places a new
command bar button into the Standard toolbar. The button is created
for each inspector window at the point it is opened. The button needs
to have both an icon and text but I'm having trouble setting the icon.
Sample code executed when the inspector loads:
---------------------------------------------------------...
|
2 |
14.07.2006 13:42:12 |
|
Add controls with out publishing in C#
Hi,
Is it possible to add a custom form to an Appointment Item and contols
to that custom form in C# and make the form visible with out publishing the
form ? What I want to do (and dont know if is possible) is if a user has the
add-in installed and opens an Appointment Item, the Appointment Item will
display the custom form but if user sends the appointment (meeting request)
to oth...
|
13 |
13.07.2006 13:49:49 |
|
Outlook Add In suddenly stops loading
Hi,
I developed an Outlook Add In (VB.NET 2005, for Outlook 2003) that sometimes
suddenly stops loading. I've put everywhere in the code Exception Handlers,
but no Exception is catched.
it seems that other add ins aren't loaded afterwarths (nod32).
Does anybody know a way to find out why an outlook add could do this? and
find out after the problem what caused the problem?
Any help ...
|
5 |
13.07.2006 13:04:22 |
|
security prompt
I want to try to replicate the security prompt issue for one of my users
on my own machine, but I am not sure which Outlook update to install in
order to receive the security prompt that appears when trying to access
an email.
I am running Outlook 2003.
Thanks,
Rog...
|
2 |
13.07.2006 04:46:57 |
|
Adding/Using a custom form during the NewInspector event
Hi,
I have tried several ways (lates code snippet is at the end of the message)
and have observered many questions all over the web - but none of the code
snippets seem to apply to my environment exactly. The problem is simple
....when I "open" an "existing" contact I want to add a couple text boxes and
command buttons to the "general" tab. So I figured I would design a custom
contact...
|
4 |
12.07.2006 21:21:01 |
|
Problem with Inspector CommandBars and MS Word
Hello all,
I have a next problem:
My Add-in adds a custom CommandBar with button into MailItem Inspector's
CommandBars object via NewInspector event. The MS Word editor is switched on.
It works properly.
But... If MS Word application was run before the MailItem Inspector was
opened (for example New Mail Message action), the Inspector's CommandBars
refers on MS Word application com...
|
5 |
12.07.2006 05:26:01 |
|
Startup order Outlook Add Ins?
Hi,
I'm having some trouble with an outlook add in:
I made an outlook add in, but sometimes for (yet) unknow reasons it suddenly
stops loading. The problem is: We have another add-in (for the anti virus
nod32) that doesn't load if weh ave this problem, and causes a lot of errors
etc.
I think a (quick) solution could be to ensure that my add in is loaded after
the nod32 add in. Is th...
|
5 |
11.07.2006 19:04:33 |
|
RTF Editing solution
I have developed a plugin for Outlook 2002 & 2003 utilizing VC 7.1 and ATL.
One of my requirements is to highlight text in the Open message window or
preview window when the editor is RTF. I was going to use the redemption
library to accomplish this task - but I think the DLL is way too fat and
overkill for this requirement. Does anybody know of a light weight solution
for editing RTF wi...
|
1 |
11.07.2006 13:08:02 |
|
Changing CommandBarButton image at runtime
Hi,
I have developed a ATL C++ addin (Outlook 2002 & 2003) and I have run into
an issue. I need to change the state of a button at runtime and part of this
requirement is switching the button image. I have tried two methods and both
exhibit the same symptom. The symptom is that the image does not change
during normal conditions - however if I set a break poiint within in my
debugger t...
|
1 |
10.07.2006 14:35:02 |
|
Recording Places and Mileage Outlook 20003
Does anyone have a way of Recording the places To and From also Mileage when
you create a appointment in Outlook 20003...
...
|
1 |
08.07.2006 17:12:34 |
|
Outlook 2007 Form Regions and C++
Has anyone succeeded in getting Outlook 2007 form regions to work with
a C++ add-in? The publicly available sample code is in C# and I have
no problem getting that to work. But, I'm running into a wall getting
regions to work in C++.
If I'm not mistaken, form regions work by having the add-in object
supply both the IDTExtensibility2 and the _FormRegionStartup
interfaces. To satisfy this...
|
1 |
07.07.2006 18:01:08 |
|
Outlook Language Code Page from MAPI C++ form
IB VB I can call:
Outlook.Application.LanguageSettings.LanguagePreferredForEditing(iid)
to test the code page but how do I get the Current Language Code Page
from a MAPI add in form written in C++?
Thanks, Brian
...
|
4 |
07.07.2006 16:23:49 |
|
Problem in deploying Outlook 2003 Add-in
I have developed the add-in using Visual studio 2005 in C#.
Outlook add-in is failing to load when Outlook starts on some machines.
It works absolutely fine on some other machine. On problematic
machines, some times the LoadBehavior is changing from 3 to 2 when
oulook starts. I can't even find my Addin either in the Disabled list
(Help_>About) or Tools->Options-Others->Advance...
|
11 |
07.07.2006 14:10:23 |
|
Remove Standard View in Outlook 2007?
i have created a custom MAPIFolder and would like to remove some of the
default views. I get a COM exception when I try this. Is this a bug in the
Beta code or is it just not possible?
here is my code:
Outlook.Folder contactsFolder = (Outlook.Folder)
this.Application.GetNamespace("MAPI").GetDefaultFolder(Outlook.OlDefaultFolders.olFolderContacts);
Outlook.Folder myFolder = (Outlook.Fo...
|
6 |
07.07.2006 13:34:08 |
|
customized forms in outlook
hey, is there any way to embed a customized form in outlook. The form
is not based on any existing outlook form.
When we design any form, we are asked to use the existing fields of
outlook.
But, can we create any customized control with its functionality
defined by us?
More specifically, can we embed any windows form created in visual
studio into outlook?
Thanks guys
...
|
2 |
07.07.2006 11:54:23 |
|
pfbackup problem
I've downloaded and install the latest version of pfbackup. I am running
Outlook 2003 an have never been able to get the option to appear in the file
menu.
I currently can't get the addin to work at all. When I go to COM addins,
it's listed as Outlook Backup Addin with an unchecked box. I check the box
and ok out of the dialog. As soon as I go back into COM addins the box in
unch...
|
2 |
07.07.2006 00:56:02 |
|
Adding HTML text to the email body for each recipient
Hi,
I have an issue where we need to modify the HTML body of the message for
each recipent of an the outgoing email message. For example we are trying to
replace a tag in the email message with the recipents first name. So if the
body looks like
Dear <first_name>
We then would look up the recipient within the contacts and change the name
(first_name) with the proper first na...
|
3 |
06.07.2006 22:25:02 |
|
tracking unreplied messages
Hi there,
I would like to know whether there is a method (tool, add-in or just a
query) to list all messages sent by me, which have not been replied
yet.
thanks,
migdur
...
|
4 |
06.07.2006 22:10:28 |
|
Achieve transparency for icons in Outlook 2000 add-in.
Hi all,
I have developed one COM add-in(VC++) for Outlook 2003. Now the
requirement is, I have to make incompatible with Outlook 2000 also. It
is working fine when I changed the imported .dlls for OL 2000. One
major problem I am facing is incompatibility of Outlook 2000 with
put_Picture() and put_Mask() APIs which I am using to paste icons on my
add-in buttons. When I tried pasteFace API...
|
2 |
05.07.2006 14:11:55 |
|
deleting CommandBars
Is there any good reason to delete all of the Controls in a CommandBar,
before deleting the CommandBar itself?
-Mark
...
|
6 |
05.07.2006 14:07:03 |
|
ActiveSync causing Addin not to load
Hi,
I've written an addin using the 2005 Addin model, and VSTO etc. Works fine,
except on machines with ActiveSync (and I presume any other application that
starts Outlook as a COM object).
Basically, it seems that when ActiveSync starts on login, it creates a COM
instance of Outlook and it appears that the Addins do not run. Then, when
the user starts Outlook, the addins don't run t...
|
3 |
05.07.2006 04:08:47 |
|
Outlook 2003 + Word 2002
I have recently upgraded Outlook 2002 to 2003 for a client. I completely
uninstalled Outlook 2002 and then installed Outlook 2003 - All OK.
Outlook 2003 will not allow Word 2002 to be the email editor. It shows "use
Word 2003 as you email editor" > but it is greyed out and not selectable.
Is there any way to select Word 2002 as Outlook 2003 email editor? The
client has graphics in their...
|
2 |
05.07.2006 00:09:49 |
|
Outlook Add-in with C#
Hi,
I am trying to add a new form tab to the Appointments Item in Outlook.
Is it possible to do this using C# in VSTO (Adding controls, Publishing the
form, etc) ? Also is it possible to access the controls with C#, I know it
can be done in VB by using:
item.ModifiedFormPages["Test"].Controls
but is it possible to do it in C# ? and if so how is it done ...
|
14 |
04.07.2006 16:13:02 |
|
outbak.dll installation of PFbackup
when i open Outlook 2003 i get the message "C:\Documents and
Settings\username\Application Data\Microsoft\AddIns\C:\Program
Files\Microsoft Office\Office11\Addins\outbak.dl
the funny things is it looks for the addins in the Documents and settings
folder.
if i try to point it to the outbak.dll files in Program files i get the same
error..
i tried putting it in the C:\Documents and Sett...
|
2 |
04.07.2006 15:33:01 |
|
How to track the right click on the mail item???
Hi gurus,
I am developing the outlook addin for OL2000 and facing the problem...
When i right click on the mail item i want to add the come menu's in the
context menu in it ...but when i add the menu in to it..it still visible on
right clicking on the folder of the outlook bar pane...how can add/reset the
context menu's.
Help apreciated..
Regards
Laxman...
|
1 |
03.07.2006 09:36:02 |