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

CreateAttachmentAsync() public method

public CreateAttachmentAsync ( CreateAttachmentType CreateAttachment1 ) : void
CreateAttachment1 CreateAttachmentType
return void
        public void CreateAttachmentAsync(CreateAttachmentType CreateAttachment1)
        {
            this.CreateAttachmentAsync(CreateAttachment1, null);
        }

Same methods

ExchangeServiceBinding::CreateAttachmentAsync ( CreateAttachmentType CreateAttachment1, object userState ) : void
ExchangeServiceBinding