Click or drag to resize
MimeKit

AttachmentCollectionRemoveAt Method

Remove the attachment 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.
Remarks

Removes the attachment at the specified index.

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