Adds a range of elements to the end of the MimeAttachmentList.
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);
MimeAttachmentList Class | SmtPop Namespace