Accessing XML feed to add all day appointment to calendar
Tue, 9 Sep 2008 18:45:00 -0700
I apologize in advance if this is a simple question but i have been searching
and cannot seem to find the answer.
I am looking to write an addin for outlook 2007 that will access an xml
weather feed and simply add an all day even with the forecast(and if possible
an icon for the forecast condition). My p ...
|
About Outlook addin events
Tue, 9 Sep 2008 08:04:02 -0700
I have problem in Outlook addin events this events just do occur
for first time only means once Item_Add event gets fired then after that no
event fires I think some where the events are washed out.
I have tried in InternalStartup() and as well in ThisApplication_Startup()
like , ldCalend ...
|
Why COM add-in won't run without notice nor error message?
Tue, 9 Sep 2008 06:04:02 -0700
Hi Ced,
Your application is definately managed. You are using what is called a
shared COM Addin. These are different from VSTO in that they use the
standard CLR COM Interop layer.
Here is what I say you should try next:
1. Confirm that the .NET Framework is installed on the client that you are
havin ...
|
Install VSTO Add-in for OL2003 For All Users (including non-Admin)
Mon, 8 Sep 2008 00:58:01 -0700
I want to install my addin to HKLM rather than HKCU so that all users can use
it. I can make the necessary registry changes to the setup project and
install it as administrator and it works OK for all users - but only if they
are administrators.
There is conflicting evidence on the web: this MS article tell ...
|
Loader failed to initialize
Fri, 5 Sep 2008 12:35:40 -0400
I'm having trouble getting an COM add-in to initiliaze properly. Installing
the add-in goes fine, however initiating the addin via the Trust Center
returns the following message as soon as I check the checkbox for the
add-in: 'Not loaded. The Managed Add-in Loader failed to initialize'.
I'm running Visat ...
|
Multithreading with C#
Fri, 5 Sep 2008 09:19:01 -0700
I've looked over a few posts on multi threading with the OOM and I understand
that the OOM itself is restricted to being single threaded. I could use some
information on how this works.
What I currently have is a MailItem object being passed to a new background
thread every time an event occurs (Explorer.Se ...
|
Retrieve actual value of .To without saving first?
Thu, 04 Sep 2008 15:54:39 +0200
Hi newsgroup,
as you can see from the code snippet below I'm trying to read the
content from the "To" field of a new Outlook mailmessage. It seems
that the item has to been saved first in order to get the \actual\
value from the .To-field.
I guess some of you will recommend to work with the Recipients
co ...
|
|
|
Where to store a unique reference in an Appointment Item?
Thu, 4 Sep 2008 04:23:00 -0700
I'm writing an Outlook Add-in to link calendar appointments with room
bookings in our room and resources booking application. I need to store a
room booking reference with the calendar appointment so that if they move or
delete the appointment I can move or delete the room booking.
I don't want to use the o ...
|
Problem with macro running from rule
Thu, 4 Sep 2008 04:21:01 -0700
I use outlook 2003 with exchange server. When I receive mail from specific
email address I want to move it to specific folder based on string in subject
and than pare the subject of mail and create new user property with value
parsed from subject.
Now I have macro that is capable of parsing the subject and ...
|
Close Exchange security window
Wed, 3 Sep 2008 12:43:03 -0700
Hi.
I have cached exchange profile. When I create Outlook::Application and
displays it the exchange security window appears. User has to enter exchange
login and password. However the code continues execution and I quit from
Outlook application but exchange window still displays and Outlook still in
memory. ...
|