 | MessageIdListContains Method |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic 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
Remarks
Determines whether the list contains the specified Message-Id.
See Also