ActiveUp.Net.Mail.Mailbox.EndRemoveFlags C# (CSharp) 메소드

EndRemoveFlags() 공개 메소드

public EndRemoveFlags ( IAsyncResult result ) : string
result IAsyncResult
리턴 string
        public string EndRemoveFlags(IAsyncResult result)
        {
            return this._delegateRemoveFlags.EndInvoke(result);
        }