Invoking Lotus Notes Session in C#
For the record , this is how to invoke Lotus Notes Session in C#.NET: Procedure 1: public static bool InitLotusNotesSessionPDS() { try { bStatus = SetLoginUserPDS( PDS_SMS_Pgm_Main .PDSPromINIFilePath + "Spec.id" , PDS_SMS_Pgm_Main .sCurrUserID); if (bStatus == true ) { bStatus = InitLNotesSessionPDS(); ...