Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.BeginFindFolder C# (CSharp) Method

BeginFindFolder() public method

public BeginFindFolder ( FindFolderType FindFolder1, System callback, object asyncState ) : System.IAsyncResult
FindFolder1 FindFolderType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginFindFolder(FindFolderType FindFolder1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("FindFolder", new object[] {
                    FindFolder1}, callback, asyncState);
        }
ExchangeServiceBinding