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.10.0
Syntax
C#
public bool IsValid { get; }

Property Value

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