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

MimeAttachmentList.CopyTo Method

Copies the MimeAttachmentList or a portion of it to a one-dimensional array.

Overload List

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

See Also

MimeAttachmentList Class | SmtPop Namespace