MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MessageIdList Class
MessageIdList Methods
Add Method
AddRange Method
Clear Method
Clone Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
Message
Id
List
Remove Method
Remove a Message-Id from the
MessageIdList
.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
Remove
(
string
messageId
)
Parameters
messageId
String
The Message-Id.
Return Value
Boolean
Field Value
Boolean
true if the specified Message-Id was removed; otherwise
Field Value
Boolean
false.
Implements
ICollection
T
Remove(T)
Exceptions
Exception
Condition
ArgumentNullException
messageId
is
null
.
Remarks
Removes the first instance of the specified Message-Id from the list if it exists.
See Also
Reference
MessageIdList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast