Unanswered User Authentication - Validate

  • Monday, December 03, 2012 5:36 PM
     
     

    hi,

    How can i get the user authentication result using EWS?

    only just like this:

    if (service.Validate()){

        return true;

    else

        return false;


    YAS



    • Edited by Yale Amorim Monday, December 03, 2012 5:39 PM
    •