Thanks for your help. I just tried your version of mailto on the commando line but the lotus notes was opend without any attachement. Whats wrong with it? Is there a direct way to open lotus notes from C# codelines? Kind Regards Daniel
M
MDT Daniel
@MDT Daniel
Posts
-
How can I start Lotus Notes V5 or V6 with attachements in C#.NET? -
How can I start Lotus Notes V5 or V6 with attachements in C#.NET?Could anyone explain me, how I can start Lotus Notes (Version V5 or V6 or V7) in C#.NET 2.0 with an attachement? Thanks for your help. Kind Regards Daniel
-
How to get a return value from a winservice at cmd batch: net start ...I have a windows service called "XcontrolService" programmed in C#. From a cmd - Batch, i'll start the installed service with net start XcontrolService. In the OnStart-Method of service, i will do some jobs and on the end i would like to return a own defined value to batch. OnStart returns void!, and ServiceBase.ExitCode does not match %ERRORLEVEL% from batch. Can you help me about this problem? Thanks! Kind Regards Daniel
-
How to get the ASCII-decimal-value of an character?Are there any functions in C++ to get an ASCII-decimal-value of an character? for example: IN = 'A' -> OUT = 65