Search results for query: *

  1. L

    How to get OUTLOOK inbox new mail notification through vb.net

    Hi, I have tried so many times to get total number of unread message in the inbox of Outlook express. Each time I get 0 as result, even there are unread messages in my outlook. I tried with the code given above by powerteh also but this time I am getting error "The server is not available...
  2. L

    check and move mail from Outlook

    Hi, I have tried so many times to get total number of unread message in the inbox foloder of Outlook express. Each time I get 0 as result. I tried with the code given above by powerteh also but this time I am getting error "The server is not available. Contact your administrator if this...
  3. L

    Monitoring Applications in VB.net

    Hi, I guess you can make remote service as a server application and all other client will send information to this server about the status of exe running under them. I mean before/after using exe by your client application they can manipulate the Contexts object which can also be shared by the...
  4. L

    Remoting thread access to server app

    I don't think u can directly access memory of server by client. Although you can use "Contexts" to share the data betweent server and client. Otherwise you can also use class level variables and object to get data from server.
Back
Top