Month: April 2009

C++/CLIでNotes C APIを使用する設定

Notes C API を C++/CLI から使う方法を書いたものがインターネット上に見当たらなかったので書いてみました。 以下の設定はVisual Studio 2005 Standard Edition (英語バージョン)を使っています。 New Projectからプロジェクトを作成したあと、[Project] – [Properties]からプロパティを開きます。 左のナビゲーションから [Configuration Properties] – [General] を開く。Dynamic Library(.dll) と Common Language Runtime Support (/clr) を設定。 プロパティから [C/C++] – [General]を開きます。[Additional Include Directories]に Notes C API include

How to configure Notes C API with C++/CLI on Visual Studio

I wrote this article since there are little information about how to use Notes C API on C++/CLI with CLR. Below is the settings to configure the DLL project with using Notes C API on C++/CLI. I am using Visual

Tagged with: , ,

Mail rejected for policy reasons because domain not found in DNS

At one of our client sites, we experienced a strange behaviour where incoming emails were being rejected for policy reasons and outgoing emails were not being delivered. 04/15/2009 01:34:40 PM  Router: Failed to connect to SMTP host HOST.SOMEDOMAIN.COM because The

Tagged with: , , , , ,
Top