mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Changes for Outlook 2013, the editing of an email can now be done inside the "explorer", the old code didn't know this and therefore didn't find a target . These changes have not been testet on 2013 yet, but don't seem to break Outlook 2010.
This commit is contained in:
parent
3544617394
commit
3204b92d53
8 changed files with 372 additions and 153 deletions
|
@ -25,7 +25,7 @@ namespace Greenshot.Interop.Office {
|
|||
|
||||
// See http://msdn.microsoft.com/de-de/library/microsoft.office.interop.word.applicationclass_members%28v=Office.11%29.aspx
|
||||
[ComProgId("OneNote.Application")]
|
||||
public interface IOneNoteApplication : Common {
|
||||
public interface IOneNoteApplication : ICommon {
|
||||
/// <summary>
|
||||
/// Make sure that the notebookXml is of type string, e.g. "", otherwise a type error occurs.
|
||||
/// For more info on the methods: http://msdn.microsoft.com/en-us/library/gg649853.aspx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue