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

MimeAttachmentList.ToArray Method 

Copies the elements of the MimeAttachmentList to a new Array of MimeAttachment elements.

public virtual MimeAttachment[] ToArray();

Return Value

A one-dimensional Array of MimeAttachment elements containing copies of the elements of the MimeAttachmentList.

Remarks

Please refer to ToArray for details.

See Also

MimeAttachmentList Class | SmtPop Namespace