Click or drag to resize
MimeKit

UniqueIdIsValid Property

Gets whether or not the unique identifier is valid.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool IsValid { get; }

Property Value

Boolean
true if the unique identifier is valid; otherwise, false.
Remarks
Gets whether or not the unique identifier is valid.
See Also