Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.DeleteAttachmentAsync C# (CSharp) Метод

DeleteAttachmentAsync() публичный Метод

public DeleteAttachmentAsync ( DeleteAttachmentType DeleteAttachment1 ) : void
DeleteAttachment1 DeleteAttachmentType
Результат void
        public void DeleteAttachmentAsync(DeleteAttachmentType DeleteAttachment1)
        {
            this.DeleteAttachmentAsync(DeleteAttachment1, null);
        }

Same methods

ExchangeServiceBinding::DeleteAttachmentAsync ( DeleteAttachmentType DeleteAttachment1, object userState ) : void
ExchangeServiceBinding