Click or drag to resize
MimeKit

MultipartRemoveAt Method

Remove an entity from the Multipart at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void RemoveAt(
	int index
)

Parameters

index  Int32
The index.

Implements

IListTRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
ObjectDisposedException The Multipart has been disposed.
Remarks

Removes the entity at the specified index.

Note  Note
It is the responsibility of the caller to dispose the entity at the specified index.
See Also