A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 21 of 21
Search took 0.03 seconds.
Search: Posts made by: pkelley
Forum: Add-ins for Outlook April 9th 10, 04:36 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 999
Posted By pkelley
Aborting ItemChange if ItemRemove Event Handler will be called nex

Outlook 2007 Add-In
2005 VSTO Second Edition

In Outlook 2007, with regard to an existing AppointmentItem, when pressing
the "Send Cancellation" Button you get 2 Events: ItemRemove, and ItemChange. ...
Forum: Add-ins for Outlook December 9th 09, 11:50 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 559
Posted By pkelley
Can you load an OlkComboBox and show a previously selected value?

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...
Forum: Add-ins for Outlook August 21st 09, 10:06 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 711
Posted By pkelley
Microsoft.Data.Odbc.OdbcCommand CommandText MAX length.

Below is an example of a VERY long SQL command generated by an Add-In.
My question is does anyone know if there is a maximum size imposed by either
the Microsoft.Data.Odbc.OdbcCommand field or...
Forum: Add-ins for Outlook July 23rd 09, 08:36 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 865
Posted By pkelley
AppointmentItem Receipient's GUID

That's great news! It means that the external application can reference the
appointment and modify the appointment time & date using the GUID. When (or
if) that happens, both users will see the...
Forum: Add-ins for Outlook July 23rd 09, 06:22 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 865
Posted By pkelley
AppointmentItem Receipient's GUID

From my Outlook AddIn, I create an appointment for:
1. Myself
2. UserBob

After the appointment is added to my Calendar folder, I have my AddIn note
the "GlobalAppointmentID" (i.e. the GUID),...
Forum: Outlook - Using Forms April 29th 09, 05:29 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 328
Posted By pkelley
Multiple FormRegions, the GUID, and ThisAddIn.RequestService()

Solved these problems:

The FormRegion you return from "RequestService()" will define the
"FormRegionName" used in the call to "GetFormRegionStorage()".

Since I have 2 FormRegions, and since...
Forum: Outlook - Using Forms April 24th 09, 11:03 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 328
Posted By pkelley
Multiple FormRegions, the GUID, and ThisAddIn.RequestService()

Worse yet, my "ThisAddIn" class only has 1 "protected override object
RequestService(Guid serviceGuid)" method.

We are taught to write:

if (serviceGuid ==...
Forum: Outlook - Using Forms April 24th 09, 10:04 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 328
Posted By pkelley
Multiple FormRegions, the GUID, and ThisAddIn.RequestService()

My setup:
Windows XP, Microsoft Visual Studio 2005, using VSTO SE, developing in C#.

Question background:
With regard to a single FormRegion, Microsoft instructs the following:

Replace the...
Forum: Outlook - Using Forms April 15th 09, 11:56 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 498
Posted By pkelley
Deployment of custom form using "setup.exe"

I compared the output I saw in REGEDIT under
HKCU-Software-Microsoft-Office-Outlook on the development box to the
REGEDIT output I saw on the test machine. I noticed that the value on my...
Forum: Outlook - Using Forms April 15th 09, 08:46 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 498
Posted By pkelley
Deployment of custom form using "setup.exe"

Thank you for responding Sue.

Yes, I've previously visited the documented links you mentioned (both 'a'
and 'b'), and strangely enough, I found...
Forum: Outlook - Using Forms April 15th 09, 05:06 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 498
Posted By pkelley
Deployment of custom form using "setup.exe"

I've made an Outlook 2007 Add-In using Visual Studio 2005, C#, and VSTO SE.

My Add-In uses a FormRegion that is displayed when the user presses my
button in the "Show" area of the Ribbon UI for...
Forum: Add-ins for Outlook April 15th 09, 03:47 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 662
Posted By pkelley
Why does Outlook 2007 generate 3 events for 1 single "Add"?

Sorry for overwhelming you with too much code. I get a little intense
sometimes.

I was trying to answer your question, "What exactly is being done when
ItemAdd fires, are you doing anything with...
Forum: Add-ins for Outlook April 14th 09, 05:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 662
Posted By pkelley
Why does Outlook 2007 generate 3 events for 1 single "Add"?

Just seems strang that within 15 seconds of the initial ADD, I get two
modifications to the item. I guess if the modification to the item is due to
some time-stamp being posted by Exchange, I can...
Forum: Add-ins for Outlook April 14th 09, 04:56 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 662
Posted By pkelley
Why does Outlook 2007 generate 3 events for 1 single "Add"?

With regard to Delete:

In the constructor method "CalendarMonitor" I get a handle to the deleted
items folder.
Then in "HookupCalendarEvents()" I'm trying to handle the ItemAdd event of
the...
Forum: Add-ins for Outlook April 13th 09, 06:56 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 662
Posted By pkelley
Why does Outlook 2007 generate 3 events for 1 single "Add"?

Using Windows XP, running Outlook 2007, C#, Visual Studio 2005 with VSTO SE.
I have an Outlook AddIn that monitors calendar Appointments.
The AddIn is working great, but I've noticed a strange...
Forum: Add-ins for Outlook March 23rd 09, 10:36 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 942
Posted By pkelley
Event Capture - Item Context Menu (Delete). Can you hook it?

Say you have Outlook 2007 running.
You click "Calendar" on the Navagation pane and you see in the Reading pane
1 month worth of appointments.
Now lets say you "Right-Click" on an Appointment Item in...
Forum: Add-ins for Outlook March 17th 09, 08:05 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 816
Posted By pkelley
Form Region, Task Pain, Ribbon Extension - which way is best?

I have Visual Studio 2005, VSTO SE, and I'm writing in C#.
I've been tasked with writing my first Add-In and it will be for Outlook 2007.
I've completed the "Walkthroughs" for:
1) Customizing the...
Forum: Outlook - Using Forms March 2nd 09, 11:35 PM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 403
Posted By pkelley
Debug setup steps

All I needed to do was reboot the XP dev box, and that solved my problem.

I guess in order for an Outlook Add-in to become active, the add-in DLL must
be registered.

I went to see if my add-in was...
Forum: Outlook - Using Forms March 2nd 09, 09:13 PM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 403
Posted By pkelley
Debug setup steps

Everything seems to work as you say, but I did run into a configuration
question. I think I know what to do, but to make sure, I thought I should
ask.

My path to Outlook 2007 EXE looks like...
Forum: Outlook - Using Forms March 2nd 09, 06:52 PM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 403
Posted By pkelley
Debug setup steps

This will seem very simple to some, but this is my first attempt at writing
an Outlook Add-in, so just need a little nudge in the right direction.

Host dev box:
Windows XP
Outlook 2007
MS...
Forum: Outlook - Using Contacts October 28th 08, 06:14 PM Posted to microsoft.public.outlook.contacts
Replies: 1
Views: 612
Posted By pkelley
Contacts wont show up but address book is there.

I'm using Outlook 2007 and I have some Address Books that wont show up in my
contacts. When I go into the account settings - Address Book tab - Change
- all the address books are there. Also if...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT +1. The time now is 11:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.