Removes the element at the specified index of the MimeAttachmentList.
Please refer to RemoveAt for details.
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException |
index is less than zero. -or- index is equal to or greater than Count. |
NotSupportedException |
The MimeAttachmentList is read-only. -or- The MimeAttachmentList has a fixed size. |
MimeAttachmentList Class | SmtPop Namespace