 | IMessageSummaryThreadId Property |
Get the globally unique thread identifier for the message, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntaxstring? ThreadId { get; }Property Value
StringThe globally unique thread identifier.
RemarksGets 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 |
|---|
| This property maps to the THREADID value defined in the
OBJECTID extension. |
See Also