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

GetAttachment() private method

private GetAttachment ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]GetAttachmentTypeGetAttachment1 ) : GetAttachmentResponseType
Namespace [
return GetAttachmentResponseType
        public GetAttachmentResponseType GetAttachment([System.Xml.Serialization.XmlElementAttribute("GetAttachment", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] GetAttachmentType GetAttachment1)
        {
            object[] results = this.Invoke("GetAttachment", new object[] {
                    GetAttachment1});
            return ((GetAttachmentResponseType)(results[0]));
        }
ExchangeServiceBinding