Copies the MimeAttachmentList or a portion of it to a one-dimensional array.
Copies the entire MimeAttachmentList to a one-dimensional Array of MimeAttachment elements, starting at the beginning of the target array.
public virtual void CopyTo(MimeAttachment[]);
Copies the entire MimeAttachmentList to a one-dimensional Array of MimeAttachment elements, starting at the specified index of the target array.
public virtual void CopyTo(MimeAttachment[],int);
MimeAttachmentList Class | SmtPop Namespace