Click or drag to resize
MimeKit

MessageIdListAdd Method

Add a Message-Id.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	string messageId
)

Parameters

messageId  String
The Message-Id.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionmessageId is null.
Remarks
Adds the specified Message-Id to the end of the list.
See Also