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

BeginDeleteAttachment() public method

public BeginDeleteAttachment ( DeleteAttachmentType DeleteAttachment1, System callback, object asyncState ) : System.IAsyncResult
DeleteAttachment1 DeleteAttachmentType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginDeleteAttachment(DeleteAttachmentType DeleteAttachment1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("DeleteAttachment", new object[] {
                    DeleteAttachment1}, callback, asyncState);
        }
ExchangeServiceBinding