ActiveUp.Net.Mail.Mailbox.BeginDelete C# (CSharp) Method

BeginDelete() public method

public BeginDelete ( AsyncCallback callback ) : IAsyncResult
callback AsyncCallback
return IAsyncResult
        public IAsyncResult BeginDelete(AsyncCallback callback)
        {
            this._delegateDelete = this.Delete;
            return this._delegateDelete.BeginInvoke(callback, this._delegateDelete);
        }