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

RemoveDelegate() private method

private RemoveDelegate ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]RemoveDelegateTypeRemoveDelegate1 ) : RemoveDelegateResponseMessageType
Namespace [
return RemoveDelegateResponseMessageType
        public RemoveDelegateResponseMessageType RemoveDelegate([System.Xml.Serialization.XmlElementAttribute("RemoveDelegate", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] RemoveDelegateType RemoveDelegate1)
        {
            object[] results = this.Invoke("RemoveDelegate", new object[] {
                    RemoveDelegate1});
            return ((RemoveDelegateResponseMessageType)(results[0]));
        }
ExchangeServiceBinding