New Post: AppointmentItem Write event never triggers
Outlook.MeetingItem.GetActiveInstance() returns null
View ArticleNew Post: AppointmentItem Write event never triggers
I am being referred to the links below but sure there must be a simpler way of solving this...Developing an Inspector Wrapper for Outlook 2010How to: Implement a Wrapper for Inspectors and Track...
View ArticleNew Post: AppointmentItem Write event never triggers
Turns out the GetActiveInstance calls actually failed due to an COMException "Target instance is not running". I passed in "true" to them.private static void AppointmentWriteEventHandler(ref bool...
View ArticleCreated Unassigned: Outlook's Explorer.InlineResponseClose event is not...
The InlineResponse event on the Explorer object is supported but the InlineResponseClose is not. Please implement it in the next version.
View ArticleCommented Unassigned: Outlook-Addin / Inspector.currentitem [21878]
Hi Sebastian,There seems to be s small bug concerning the destruction of com-objects of inspector.currentitem in outlook in Netoffice 1.7.3You can reproduce it by creating an instance of the class...
View ArticleCreated Unassigned: cannot access to Rows property in ExcelAPI [21962]
Hi,I'm a new user of net office and I'm trying to make a ribbon addin to Excel. It's kind of a proof of concept to show it is possible to make a real powerfull/clean/maintainable development using .NET...
View ArticleNew Post: Cannot use NetOffice with .NET 4.5.1 application
Hi, We have an application which used .NET 3.5 and not we are going to update it to 4.5.1. NetOffice version we have is 1.5.1.2. I just downloaded new version from here and cannot build the...
View ArticleNew Post: Cannot use NetOffice with .NET 4.5.1 application
its a reference problem. go to rerefence options set the Option "Embed Interop Types" to false. *Sebastian
View ArticleCommented Unassigned: Outlook's Explorer.InlineResponseClose event is not...
The InlineResponse event on the Explorer object is supported but the InlineResponseClose is not. Please implement it in the next version.Comments: ** Comment from web user: SebastianDotNet ** thanks...
View ArticleCommented Unassigned: cannot access to Rows property in ExcelAPI [21962]
Hi,I'm a new user of net office and I'm trying to make a ribbon addin to Excel. It's kind of a proof of concept to show it is possible to make a real powerfull/clean/maintainable development using .NET...
View ArticleCommented Unassigned: Outlook-Addin / Inspector.currentitem [21878]
Hi Sebastian,There seems to be s small bug concerning the destruction of com-objects of inspector.currentitem in outlook in Netoffice 1.7.3You can reproduce it by creating an instance of the class...
View ArticleCommented Unassigned: cannot access to Rows property in ExcelAPI [21962]
Hi,I'm a new user of net office and I'm trying to make a ribbon addin to Excel. It's kind of a proof of concept to show it is possible to make a real powerfull/clean/maintainable development using .NET...
View ArticleCommented Unassigned: cannot access to Rows property in ExcelAPI [21962]
Hi,I'm a new user of net office and I'm trying to make a ribbon addin to Excel. It's kind of a proof of concept to show it is possible to make a real powerfull/clean/maintainable development using .NET...
View ArticleSource code checked in, #114715
[Regular Commit] - remove hidden annotations from Excel:WorkSheet:Columns,Rows [issue:21962] - add missing Outlook:Explorer:InlineResponseCloseEvent [issue:21959] - fix Toolbox:Programs.cs duplicate...
View ArticleCommented Unassigned: Outlook-Addin / Inspector.currentitem [21878]
Hi Sebastian,There seems to be s small bug concerning the destruction of com-objects of inspector.currentitem in outlook in Netoffice 1.7.3You can reproduce it by creating an instance of the class...
View ArticleUpdated Release: NetOffice 1.7.3 (Feb 25, 2015)
Download 1: NetOffice Release 1.7.3Includes:- Binaries .NET : v2.0, v3.0, v3.5, v4.0, v4.5- Tutorials/Examples in C#/VB.Net- Source CodeDownload 2: NetOffice Developer Toolboxrequires .NET 4(Client...
View ArticleReleased: NetOffice 1.7.3 (Feb 25, 2015)
Download 1: NetOffice Release 1.7.3Includes: - Binaries .NET : v2.0, v3.0, v3.5, v4.0, v4.5 - Tutorials/Examples in C#/VB.Net - Source CodeDownload 2: NetOffice Developer Toolbox requires .NET 4(Client...
View ArticleUpdated Release: NetOffice 1.7.3 (Feb 25, 2015)
Download 1: NetOffice Release 1.7.3Includes:- Binaries .NET : v2.0, v3.0, v3.5, v4.0, v4.5- Tutorials/Examples in C#/VB.Net- Source CodeDownload 2: NetOffice Developer Toolboxrequires .NET 4(Client...
View ArticleNew Post: Cannot use NetOffice with .NET 4.5.1 application
Hi Sebastian, Thanks for reply. It is already set to False
View ArticleNew Post: Cannot use NetOffice with .NET 4.5.1 application
you have to set this setting for each individual NetOffice (assembly) reference. in your case: ExcelApi.dll cause problems here. in other words: use this settings for all NetOffice (assemblies)...
View Article