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

MimeAttachmentList.AddRange Method

Adds a range of elements to the end of the MimeAttachmentList.

Overload List

Adds the elements of a MimeAttachment array to the end of the MimeAttachmentList.

public virtual void AddRange(MimeAttachment[]);

Adds the elements of another collection to the end of the MimeAttachmentList.

public virtual void AddRange(MimeAttachmentList);

See Also

MimeAttachmentList Class | SmtPop Namespace