Click or drag to resize
MimeKit

MessageIdListClone Method

Clone the MessageIdList.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MessageIdList Clone()

Return Value

MessageIdList
An exact copy of the MessageIdList.
Remarks
Creates an exact copy of the MessageIdList.
See Also