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

EndMarkAsJunk() public method

public EndMarkAsJunk ( System asyncResult ) : MarkAsJunkResponseType
asyncResult System
return MarkAsJunkResponseType
        public MarkAsJunkResponseType EndMarkAsJunk(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((MarkAsJunkResponseType)(results[0]));
        }
ExchangeServiceBinding