Hello! I'm a beginner in add-in programming. So I have a problem. I'm writing a C# application (outlook add-in), which would replace the standard reading pane with my own message chain tree pane. So my questions are:
1) How to replace the standard outlook reading pane with a custom pane?
2) How to get such properties of messages,repres ented in outlook message pane, as subject, date, sender, ...
3) How can I identify which message is selected in the outlook message pane?
4) When a new message is sent or accepted the message chain should be refreshed. So how can I find out, that a new message is sent/accepted?
Any help will be useful... Thank you very much.
1) How to replace the standard outlook reading pane with a custom pane?
2) How to get such properties of messages,repres ented in outlook message pane, as subject, date, sender, ...
3) How can I identify which message is selected in the outlook message pane?
4) When a new message is sent or accepted the message chain should be refreshed. So how can I find out, that a new message is sent/accepted?
Any help will be useful... Thank you very much.
Comment