 | MessageIdListRemove Method |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic 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
Remarks
Removes the first instance of the specified Message-Id from the list if it exists.
See Also