J
Jeffrey
Hi there,
I am investigating the possibilities of modifying Outlook (2002) for our
company's specific needs. I am using Visual C#.NET to develop a COM
add-in. What I'd like to accomplish is add a new tabsheet to the 'New
Appointment' form ( Calendar -> New -> Appointment ), which will contain
two listboxes that get populated by manually connecting to an SQL database
( our application's one ) and retrieve a list of organizations and
contacts thereof that are linked to the appointment that's being created,
so my Exchange synchronization tool can link the new appointment to the
right organization/contact in our software.
This means there's two things that need to be done:
- design a tabsheet and somehow add it to the right form (the one shown
when you click New Appointment)
- use a System.Data.SqlClient.SqlConnection to populate the listboxes
Is this at all possible? Will Outlook allow me to use my own SQL
connectivity to retrieve data? Can I just add a tabsheet to an existing
form or will I have to create my own custom form from scratch (I've read
here that's possible, but I'm trying to avoid it, as it's only one tab I
need added.) ?
If anyone has useful information on these subjects, please let me know.
Thanks in advance.
Regards,
Jeffrey
I am investigating the possibilities of modifying Outlook (2002) for our
company's specific needs. I am using Visual C#.NET to develop a COM
add-in. What I'd like to accomplish is add a new tabsheet to the 'New
Appointment' form ( Calendar -> New -> Appointment ), which will contain
two listboxes that get populated by manually connecting to an SQL database
( our application's one ) and retrieve a list of organizations and
contacts thereof that are linked to the appointment that's being created,
so my Exchange synchronization tool can link the new appointment to the
right organization/contact in our software.
This means there's two things that need to be done:
- design a tabsheet and somehow add it to the right form (the one shown
when you click New Appointment)
- use a System.Data.SqlClient.SqlConnection to populate the listboxes
Is this at all possible? Will Outlook allow me to use my own SQL
connectivity to retrieve data? Can I just add a tabsheet to an existing
form or will I have to create my own custom form from scratch (I've read
here that's possible, but I'm trying to avoid it, as it's only one tab I
need added.) ?
If anyone has useful information on these subjects, please let me know.
Thanks in advance.
Regards,
Jeffrey