Asked By
Martin Hall
0 points
N/A
Posted on - 12/06/2011
 Please help me I am beginner in using C#. I was trying to access mail inbox in lotus notes using C#. I just need to see the subject of the mail to know whether the subject is xxx. If the subject is xxx, please inform me the steps, if possible the procedure to computerize through a web application my lotus mail inbox with C#. I need C# application to continuously check my inbox for the new emails.
C# application to check Inbox in Lotus
Use the following procedure as a workaround to that situation.
-
First you will need to open Microsoft Visual Studio .NET.
-
And then you will bed to create a new C# Windows application project as follows:
You will choose New –> and then New Project ?–>followed by Visual C# Projects ?–>and then Windows Application.
You may also choose to create a project in any other common programming language.
-
After that you will need to add controls to your form
In the code you will need to add a few textboxes just for the configuration of Lotus Notes client, and also a Button that will enable it to Start Searching contacts and a List box control to list out the results.
Regards
Thompson Locker
Â