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

MimeAttachmentList Constructor (MimeAttachment[])

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

public MimeAttachmentList(
   MimeAttachment[] array
);

Parameters

array
An Array of MimeAttachment elements that are copied to the new collection.

Remarks

Please refer to ArrayList for details.

Exceptions

Exception Type Condition
ArgumentNullException array is a null reference.

See Also

MimeAttachmentList Class | SmtPop Namespace | MimeAttachmentList Constructor Overload List