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

MimeAttachmentList Constructor (MimeAttachmentList)

Initializes a new instance of the MimeAttachmentList class that contains elements copied from the specified collection and that has the same initial capacity as the number of elements copied.

public MimeAttachmentList(
   MimeAttachmentList collection
);

Parameters

collection
The MimeAttachmentList whose elements are copied to the new collection.

Remarks

Please refer to ArrayList for details.

Exceptions

Exception Type Condition
ArgumentNullException collection is a null reference.

See Also

MimeAttachmentList Class | SmtPop Namespace | MimeAttachmentList Constructor Overload List