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

MimeAttachmentList.ReadOnly Method 

Returns a read-only wrapper for the specified MimeAttachmentList.

public static MimeAttachmentList ReadOnly(
   MimeAttachmentList collection
);

Parameters

collection
The MimeAttachmentList to wrap.

Return Value

A read-only wrapper around collection.

Remarks

Please refer to ReadOnly for details.

Exceptions

Exception Type Condition
ArgumentNullException collection is a null reference.

See Also

MimeAttachmentList Class | SmtPop Namespace