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

CreateAttachment() private method

private CreateAttachment ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]CreateAttachmentTypeCreateAttachment1 ) : CreateAttachmentResponseType
Namespace [
return CreateAttachmentResponseType
        public CreateAttachmentResponseType CreateAttachment([System.Xml.Serialization.XmlElementAttribute("CreateAttachment", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] CreateAttachmentType CreateAttachment1)
        {
            object[] results = this.Invoke("CreateAttachment", new object[] {
                    CreateAttachment1});
            return ((CreateAttachmentResponseType)(results[0]));
        }
ExchangeServiceBinding