Forum: Add-ins for Outlook
April 28th 10, 12:46 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 1,578
Outlook 2007 userpermission
Hi,
im trying to get the permission of a user, who is editing a appointment in
an others persons calendar.
After debugging the outlook appointment model i tryed it...
|
Forum: Add-ins for Outlook
March 13th 09, 08:11 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 626
Outlook 2007: Userproperty missing after sending
Hi,
yes this is a MeetingRequest. Thank you
The GlogbalAppointmentID is this a unique id ?
As i said i send the Appointment to a second user, and both appointments
have the same id (local +...
|
Forum: Add-ins for Outlook
March 12th 09, 10:36 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 626
Outlook 2007: Userproperty missing after sending
Hi,
i am trying to send a appointment to a second user.But after i send it. I
lost all my Userproperties, which i added before.
Now my question is : does Outlook(2007) create a new appointment...
|
Forum: Add-ins for Outlook
March 5th 09, 08:34 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 785
NullRef Exception in VM or other PC
I do my addin in C#.
You can create custom regions in the normal outlooksurface with VSTO + VS2008.
I figured out my problem, the event fires to late, i make the same with a
button and it...
|
Forum: Add-ins for Outlook
March 4th 09, 04:06 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 785
NullRef Exception in VM or other PC
sorry,
you are right,describing problems is not my strength :/ ^^
i try to say it in a other way.
I have a custom fromregion (in the appointment inspector), which has the
function method...
|
Forum: Add-ins for Outlook
March 4th 09, 03:12 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 785
NullRef Exception in VM or other PC
Hey,
this happen if i open an appointment item.
I handle a formopenevent from my custom form, where i want to get access to
the active outlook object and the active item.
I can get access to the...
|
Forum: Add-ins for Outlook
March 4th 09, 12:28 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 785
NullRef Exception in VM or other PC
Hi,
my problem is that my addin works fine on my local pc, but on others or my
VM it doesn't work.
I installed my addin though clickOnce.
(i checked that windows installer 3.1 , .net Framework...
|
Forum: Add-ins for Outlook
March 2nd 09, 02:36 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 824
Appointment Save Event
hey,
thats a function, i really mean an event , which i can handle with some
eventhandler.
Thanks
|
Forum: Add-ins for Outlook
February 26th 09, 05:17 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 824
Appointment Save Event
Hey,
can someone tell me the Event, when the user closes a Appointmentitem ("save
& close").
i do not find anything that works.
Thank you.
|
Forum: Add-ins for Outlook
February 26th 09, 11:08 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 475
Appointment Open Event
Thanks,
i fixed my problem. But i have to
declare the Inspectors class in my AddinClass.
|
Forum: Add-ins for Outlook
February 25th 09, 04:15 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 475
Appointment Open Event
Hi,
i like to have a eventhandler if i open a appointment in the calendar.
inspector.Newinspector, itemOpen only works on mailitems.
Or may i do something wrong :/
If anyone knows the right event...
|
Forum: Add-ins for Outlook
February 18th 09, 10:04 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 574
|
Forum: Add-ins for Outlook
February 18th 09, 03:12 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 574
Outlook 2007 Addin Appointment several Questions
Hi Ken Slovak,
thanks for your help, that was very useful!
I think userproperty was that what i am looking for, but i have to test it
now ;)
to 1:
You said this is right, i did this regfile on...
|
Forum: Add-ins for Outlook
February 18th 09, 09:32 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 574
Outlook 2007 Addin Appointment several Questions
Hi all,
i am writing an Outlook 2007 addin (C# + VS 2008). Most of the problems i
had could i solve alone, but now i am on a point, where i hope to get some
informations from people may have more...
|