Click or drag to resize
MimeKit

MessageIdListContains Method

Check if the MessageIdList contains the specified Message-Id.

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

Parameters

messageId  String
The Message-Id.

Return Value

Boolean
if the specified Message-Id is contained; otherwise, .

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionmessageId is .
Remarks
Determines whether the list contains the specified Message-Id.
See Also