Sorts the elements in the MimeAttachmentList or a portion of it.
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);
MimeAttachmentList Class | SmtPop Namespace