MailBee.NET Objects 7.1

Pop3.Wait Method

Waits until the currently running (if any) asynchronous method is finished.

Overload List

Waits until the currently running (if any) asynchronous method is finished.

public void Wait();

Waits the completion of the currently running (if any) asynchronous method for the specified amount of time.

public bool Wait(int);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace