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

MimeAttachmentList Constructor (Int32)

Initializes a new instance of the MimeAttachmentList class that is empty and has the specified initial capacity.

public MimeAttachmentList(
   int capacity
);

Parameters

capacity
The number of elements that the new MimeAttachmentList is initially capable of storing.

Remarks

Please refer to ArrayList for details.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException capacity is less than zero.

See Also

MimeAttachmentList Class | SmtPop Namespace | MimeAttachmentList Constructor Overload List