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

DeleteAttachment() private method

private DeleteAttachment ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]DeleteAttachmentTypeDeleteAttachment1 ) : DeleteAttachmentResponseType
Namespace [
return DeleteAttachmentResponseType
        public DeleteAttachmentResponseType DeleteAttachment([System.Xml.Serialization.XmlElementAttribute("DeleteAttachment", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] DeleteAttachmentType DeleteAttachment1)
        {
            object[] results = this.Invoke("DeleteAttachment", new object[] {
                    DeleteAttachment1});
            return ((DeleteAttachmentResponseType)(results[0]));
        }
ExchangeServiceBinding