Click or drag to resize
MimeKit

MessageSummaryThreadId Property

Get the globally unique thread identifier for the message, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string ThreadId { get; set; }

Property Value

String
The globally unique thread identifier.

Implements

IMessageSummaryThreadId
Remarks

Gets the globally unique thread identifier for the message, if available.

This property will only be set if the ThreadId flag is passed to one of the Fetch or FetchAsync methods.

Note  Note
This property maps to the THREADID value defined in the OBJECTID extension.
See Also