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

EndDelete() public method

public EndDelete ( IAsyncResult result ) : string
result IAsyncResult
return string
        public string EndDelete(IAsyncResult result)
        {
            return this._delegateDelete.EndInvoke(result);
        }