I have a scenario like, from my database how many favorite clients are there, that many folders I have to create in Outlook under Inbox/Archive folders.
And based on the selection of particular client folder, need to display some information of corresponding client.
For e.g. I have 101, 102, 103 has my favorite clients. I had made these clients as my favorite from other application.
When I opened my outlook, it has to show that three projects as folders under Inbox/Archive folder tree. When I select the 101 client it has to display some information of the same client in white space of outlook.
Later if I made 103 as my non-favorite, it has to reflect the same in outlook. i.e. it has to delete that folder from outlook.
In the last I want to synch this folder structure according to the database.
How we can achieve same thing using VSTO. If any clue on this, please help me out.
[I am able to create simple folders using VSTO and able to display information of a client statically. i.e. Not able to synch with the Database, according to the above example]
Thanks in advance.
Regards,
Santosh Kumar Paruvella,
And based on the selection of particular client folder, need to display some information of corresponding client.
For e.g. I have 101, 102, 103 has my favorite clients. I had made these clients as my favorite from other application.
When I opened my outlook, it has to show that three projects as folders under Inbox/Archive folder tree. When I select the 101 client it has to display some information of the same client in white space of outlook.
Later if I made 103 as my non-favorite, it has to reflect the same in outlook. i.e. it has to delete that folder from outlook.
In the last I want to synch this folder structure according to the database.
How we can achieve same thing using VSTO. If any clue on this, please help me out.
[I am able to create simple folders using VSTO and able to display information of a client statically. i.e. Not able to synch with the Database, according to the above example]
Thanks in advance.
Regards,
Santosh Kumar Paruvella,