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

MimeAttachmentList Constructor

Initializes a new instance of the MimeAttachmentList class.

Overload List

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

public MimeAttachmentList();

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[]);

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);

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

public MimeAttachmentList(int);

See Also

MimeAttachmentList Class | SmtPop Namespace