Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.GetAttachment C# (CSharp) 메소드

GetAttachment() 개인적인 메소드

private GetAttachment ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]GetAttachmentTypeGetAttachment1 ) : GetAttachmentResponseType
Namespace [
리턴 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