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

MimeAttachmentList.Synchronized Method 

Returns a synchronized (thread-safe) wrapper for the specified MimeAttachmentList.

public static MimeAttachmentList Synchronized(
   MimeAttachmentList collection
);

Parameters

collection
The MimeAttachmentList to synchronize.

Return Value

A synchronized (thread-safe) wrapper around collection.

Remarks

Please refer to Synchronized for details.

Exceptions

Exception Type Condition
ArgumentNullException collection is a null reference.

See Also

MimeAttachmentList Class | SmtPop Namespace