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

BeginCreateChild() public method

public BeginCreateChild ( string mailboxName, AsyncCallback callback ) : IAsyncResult
mailboxName string
callback AsyncCallback
return IAsyncResult
        public IAsyncResult BeginCreateChild(string mailboxName, AsyncCallback callback)
        {
            this._delegateCreateChild = this.CreateChild;
            return this._delegateCreateChild.BeginInvoke(mailboxName, callback, this._delegateCreateChild);
        }