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

MimeAttachmentList.Reverse Method

Reverses the order of the elements in the MimeAttachmentList or a portion of it.

Overload List

Reverses the order of the elements in the entire MimeAttachmentList.

public virtual void Reverse();

Reverses the order of the elements in the specified range.

public virtual void Reverse(int,int);

See Also

MimeAttachmentList Class | SmtPop Namespace