C# application to check Inbox in Lotus

Asked By 0 points N/A Posted on -
qa-featured

 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.

SHARE
Answered By 15 points N/A #119063

C# application to check Inbox in Lotus

qa-featured

Use the following procedure as a workaround to that situation.

  1. First you will need to open Microsoft Visual Studio .NET.
  2. 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.
  3. 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

 

Related Questions