|
|
|
June 4th 07 09:10 AM
by Andrea
|
2 |
6 |
|
|
vs.net installed and add-in problem by
Yael
Hi,
I created a com add-in for outlook 2003 in vs.net 2003 c#.
Only if I had an Icon to the button of the outlook commandBtnBar I have
this...
|
June 3rd 07 01:17 PM
by Yael
|
0 |
10 |
|
|
Add-in only runs once. by
Dewey
Hi.
I've created an add-in using the exact steps shown here using VB.net in
Visual Studio 2005:
http://support.microsoft.com/?kbid=302896
...
|
June 2nd 07 08:17 AM
by Dewey
|
2 |
3 |
|
|
event fired when email address clicked by
Peter
What is responsible for opening an email client or a new mail form when a
user clicks on an email address (say in a webpage). Is there a way to get...
|
|
1 |
5 |
|
|
|
|
2 |
3 |
|
|
Multithreaded Outlook 2007 Addin by
tanutatu@hotmail.com
Hi
We are using OOM 2007, VSTO SE to create Outlook 2007 addin.
We observed that after adding threads to our addin, Outlook sometimes
crashes.
Is...
|
|
3 |
10 |
|
|
Base And protected method by
Yael
Hi,
com add-in vs.net 2003 & outlook 2003 & c#
I need to access to protected method of AxHost, How can I do this?
I get nothing after the dot...
|
June 1st 07 04:17 PM
by Yael
|
2 |
3 |
|
|
Message queued in drafts and not outbox by
JahMic
I've seen this written about a bit, but mostly in regards to
redemption.
For the new mail window, I add my own button and button handler,
upon the...
|
June 1st 07 03:43 PM
by JahMic
|
2 |
3 |
|
|
About AxHost by
Yael
Hi,
I have a problem, this code don't work in every computer:
I'm using this for display a bitmap in the add-in button:
public class MatarotHost :...
|
|
7 |
8 |
|
|
|
|
1 |
2 |
|
|
|
|
1 |
2 |
|
|
About Registry key by
Yael
Hi,
I have in a C# project this method to check if my com add-in alredy installed
private static bool IsAlreadyInstalled()
{
...
|
|
1 |
2 |
|
|
|
|
1 |
6 |
|
|
Setup.Exe by
Yael
Is it possible to change the Setup.Exe name?
|
May 29th 07 05:34 PM
by Yael
|
0 |
5 |
|
|
|
|
4 |
21 |
|
|
OnStartupComplete() by
Yael
Hi,
I have a strange problem:
I created a com add-in for outlook 2003 in vs.net 2003 c#.
I installed this setup in 3 different computer, (toolbar...
|
May 29th 07 12:37 PM
by Yael
|
0 |
3 |
|
|
|
|
2 |
3 |
|
|
I have a strange problem by
Yael
Hi,
I have a strange problem:
I created a com add-in for outlook 2003 in vs.net 2003 c#.
I installed this setup in 3 different computer, (toolbar...
|
May 29th 07 08:20 AM
by Yael
|
1 |
6 |
|
|
Check if outlook is already running by
Yael
How can I check from C# code if outlook program is already running?
if not, I run outlook with:
System.Diagnostics.Process.Start("OUTLOOK.EXE");
|
|
1 |
3 |
|
|
Outlook window by
Yael
How can I set my form into outlook 2003 (or 2000) main pane (up right side)?
Is it's possible without VSTO?
I want to display my form in the outlook...
|
|
6 |
11 |