Click or drag to resize
MimeKit

UniqueIdSetAdd Method

Adds the unique identifier to the set.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	UniqueId uid
)

Parameters

uid  UniqueId
The unique identifier to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentExceptionuid is invalid.
Remarks
Adds the unique identifier to the set.
See Also