F
fuubah
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 experience in writing addins. So
thanks for your time.
Here my questions:
1) Is there really no way to send appointments with categories to another
person?
In
http://www.vboffice.net/workshop.html?pub=52&lang=en&smp=1&cmd=showitem#t10
is said with a regfile "hack" you can have it back as in 2003.
2) I customized the appointment form, but i cant customize the
appontmentItem object in c#? i can create a new class with extends from this
class, but outlook will not use this class, is this possible to change the
classes ? that must be so much places in the code ... and i dont believe i
will work.
I want to add new values to the appoinment.
2 a) may this work with reflection ?
3) is there an event , when a new appointment arrive in the inbox ? i know
there is a new mail event but this dont fire , if someone sends me a
appointment request.
4) is there a way to set the appointment id ?
i can add / remove items from the collection.
i can change the color of a category , when i remove one , and add a new
with the same name but with a different color. But i cant change the name ,
in this case this is a complete new item , what seems the be right , but
this dont solve the problem that i would like to rename appointments , which
needs in my view a setter to the ID.
Thanks for your time, i hope you may can answer some / all my questions.
Fuubah
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 experience in writing addins. So
thanks for your time.
Here my questions:
1) Is there really no way to send appointments with categories to another
person?
In
http://www.vboffice.net/workshop.html?pub=52&lang=en&smp=1&cmd=showitem#t10
is said with a regfile "hack" you can have it back as in 2003.
2) I customized the appointment form, but i cant customize the
appontmentItem object in c#? i can create a new class with extends from this
class, but outlook will not use this class, is this possible to change the
classes ? that must be so much places in the code ... and i dont believe i
will work.
I want to add new values to the appoinment.
2 a) may this work with reflection ?
3) is there an event , when a new appointment arrive in the inbox ? i know
there is a new mail event but this dont fire , if someone sends me a
appointment request.
4) is there a way to set the appointment id ?
i can add / remove items from the collection.
i can change the color of a category , when i remove one , and add a new
with the same name but with a different color. But i cant change the name ,
in this case this is a complete new item , what seems the be right , but
this dont solve the problem that i would like to rename appointments , which
needs in my view a setter to the ID.
Thanks for your time, i hope you may can answer some / all my questions.
Fuubah