Simple Mail and Post Office Protocol for .Net (SmtPop)

MailAddressList.Synchronized Method 

Creates a synchronized (thread-safe) wrapper for a MailAddressList instance.

public static MailAddressList Synchronized(
   MailAddressList list
);

Parameters

list
Missing <param> documentation for list

Return Value

An MailAddressList wrapper that is synchronized (thread-safe).

See Also

MailAddressList Class | SmtPop Namespace