Click or drag to resize
MimeKit

MessageIdListRemove Method

Remove a Message-Id from the MessageIdList.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public bool Remove(
	string messageId
)

Parameters

messageId  String
The Message-Id.

Return Value

Boolean
if the specified Message-Id was removed; otherwise, .

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionmessageId is .
Remarks
Removes the first instance of the specified Message-Id from the list if it exists.
See Also