Click or drag to resize
MimeKit

MessageIdListInsert Method

Insert a Message-Id at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Insert(
	int index,
	string messageId
)

Parameters

index  Int32
The index to insert the Message-Id.
messageId  String
The Message-Id to insert.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentNullExceptionmessageId is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Inserts the Message-Id at the specified index in the list.
See Also