Forum: Outlook - Calandaring
February 26th 09, 08:57 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 1
Views: 528
|
Forum: Outlook - Using Contacts
July 23rd 07, 07:32 PM Posted to microsoft.public.outlook.contacts
|
Replies: 3
Views: 524
Automatically populating distribution lists
Would it be possible to have changes in contact information be automatically
updated in other areas? A large organization list 300 people that actually
work in 25 different sections, a contact has...
|
Forum: Outlook - Using Contacts
July 23rd 07, 06:16 PM Posted to microsoft.public.outlook.contacts
|
Replies: 3
Views: 524
|
Forum: Add-ins for Outlook
December 12th 06, 06:28 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 971
|
Forum: Add-ins for Outlook
October 12th 06, 04:01 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 901
VSTO Item events add and remove ...
Hi,
I am creating an addin for Outlook using VSTO in C#. What I want to
do is catch the write event on an appointment item. I have created a wrapper
class to store the item object and to...
|
Forum: Add-ins for Outlook
October 4th 06, 04:09 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,107
SelectionChange Event in Outlook Calender
Thats works perfectly, thanks Sue. The only thing though, the new appointment
ID 1106 did'nt work so I had to use ID 1992
"Sue Mosher [MVP-Outlook]" wrote:
Don't use The name of the control. Use...
|
Forum: Add-ins for Outlook
October 3rd 06, 12:44 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,107
SelectionChange Event in Outlook Calender
Hi Sue,
Thanks for the help, I have managed to access the new button to open a
new appointment item but it keeps accessing the drop-down part of the button
that shows the other options in the...
|
Forum: Add-ins for Outlook
September 27th 06, 03:56 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,107
SelectionChange Event in Outlook Calender
When you click on a date on the calender (the yellow cells), the
"SelectChange" event seems to get fired (it also gets fired when you select
between different mail items in your mail box and...
|
Forum: Add-ins for Outlook
September 27th 06, 01:10 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 1,107
SelectionChange Event in Outlook Calender
Hi,
I am writing a Addin for Outlook in C#. In the calender in Outlook, I am
looking to retrieve the date a user clicks on (i.e. if the user selects any
date on the calender weather it has an...
|
Forum: Add-ins for Outlook
August 24th 06, 05:20 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 800
Adding events to a new item
When is the best time to add an event to a new created appointment item. If
you add a write event for example to a new appointment item in the
NewInspector function and then save the appointment...
|
Forum: Add-ins for Outlook
August 22nd 06, 04:54 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 717
Outlook Recurence
Thanks for the help, I have managed to map the dayly and weekly options on
the recurrence pattern but I am not sure which properties store the monthly
option. I know that frequency is stored in the...
|
Forum: Add-ins for Outlook
August 22nd 06, 11:49 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 717
Outlook Recurence
Hi,
I am programming an Add-in for Outlook using C# and VSTO and was
wondering if it is possible to determine in the recurrence dialog of an
appointment item in outlook to know what monthly...
|
Forum: Add-ins for Outlook
July 31st 06, 11:35 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 1,484
Outlook VSTO Appointment Item Delete Event
Hi,
I am trying to catch the delete event from an appointment item. I can
get it working using the "Item.BeforeDelete" event but if the appointment is
a recurrence appointment and you delete...
|
Forum: Add-ins for Outlook
July 12th 06, 08:21 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 12
Views: 1,856
Add controls with out publishing in C#
I see what one of the problems might be, I was create a generic
AppointmentItem object using the "CreateItem" method, adding the custom form
(the new tab) and the controls, then publishing the...
|
Forum: Add-ins for Outlook
July 12th 06, 05:26 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 12
Views: 1,856
Add controls with out publishing in C#
private void ThisApplication_Startup(object sender, System.EventArgs e)
{
...........
// Get the form Description and publish it. "appointmentItem" is an
object
// to the custom...
|
Forum: Add-ins for Outlook
July 12th 06, 04:54 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 12
Views: 1,856
Add controls with out publishing in C#
I can remove the controls from the custom form in the send event but when it
comes to removing the custom form itself (the tab on the appointment item) in
the event it dosnt work. I have also tried...
|
Forum: Add-ins for Outlook
July 12th 06, 04:11 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 12
Views: 1,856
Add controls with out publishing in C#
Thanks for the help Ken and hi Sue, I am working with Outlook 2003, is there
any way of adding a custom form in the New_Inspector event and when the user
selects Send (arranging a meeting with...
|
Forum: Add-ins for Outlook
July 12th 06, 11:29 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 12
Views: 1,856
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...
|
Forum: Add-ins for Outlook
July 4th 06, 06:13 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 13
Views: 1,444
Outlook Add-in with C#
Thanks for the help Ken
"Ken Slovak - [MVP - Outlook]" wrote:
Just design the form and publish it using C# code. Make sure it's included
in your installation. Don't ask for problems and if you...
|
Forum: Add-ins for Outlook
June 30th 06, 12:04 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 13
Views: 1,444
Outlook Add-in with C#
Is it possible to publish the appointmentitem after the tab and controls are
added C# addin to provent one offs ? or to do something like in that article
(the link in your last post) to clean to...
|
Forum: Add-ins for Outlook
June 29th 06, 06:01 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 13
Views: 1,444
Outlook Add-in with C#
I got it to work, thanks. Why would this one-off cause a problem, the C# code
is part of an add-in that is installed. So, a user with the add-in installed
sends a meeting request to a user that...
|
Forum: Add-ins for Outlook
June 29th 06, 11:24 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 13
Views: 1,444
Outlook Add-in with C#
Hi Ken,
I found what was wrong, I had to type cast it to Outlook.Pages then
when I have the pages object call the page I want and type cast that to
OLForms.UserForms, eg: UserForm =...
|
Forum: Add-ins for Outlook
June 28th 06, 05:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 13
Views: 1,444
Outlook Add-in with C#
I got the OLFroms working now thanks, but I am still having a problem with
getting a handle to the pages in the inspector. With the line of code:
colPages =...
|
Forum: Add-ins for Outlook
June 28th 06, 12:45 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 13
Views: 1,444
Outlook Add-in with C#
This might seem like a bit of a dumb question, I added the reference "MS
Forms 2.0" to the project but the Visual Studio dos'nt seem to recognize
OLForms as a valid namespace, am I missing some...
|
Forum: Add-ins for Outlook
June 27th 06, 07:24 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 13
Views: 1,444
Outlook Add-in with C#
Hi Ken,
I think it might work if I customize the form using the forms
designer but I will still need to be able to access the controls on the new
tab. For example, I create a new tab (on the...
|