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

MimeAttachmentList.Sort Method

Sorts the elements in the MimeAttachmentList or a portion of it.

Overload List

Sorts the elements in the entire MimeAttachmentList using the IComparable implementation of each element.

public virtual void Sort();

Sorts the elements in the entire MimeAttachmentList using the specified IComparer interface.

public virtual void Sort(IComparer);

Sorts the elements in the specified range using the specified IComparer interface.

public virtual void Sort(int,int,IComparer);

See Also

MimeAttachmentList Class | SmtPop Namespace