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

MimeAttachmentList.Clear Method 

Removes all elements from the MimeAttachmentList.

public virtual void Clear();

Implements

IList.Clear

Remarks

Please refer to Clear for details.

Exceptions

Exception Type Condition
NotSupportedException

The MimeAttachmentList is read-only.

-or-

The MimeAttachmentList has a fixed size.

See Also

MimeAttachmentList Class | SmtPop Namespace