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

EndAppend() public method

public EndAppend ( IAsyncResult result ) : string
result IAsyncResult
return string
        public string EndAppend(IAsyncResult result)
        {
            return (string)result.AsyncState.GetType().GetMethod("EndInvoke").Invoke(result.AsyncState, new object[] { result });
        }