Click or drag to resize
MimeKit

IMessagePartialId Property

Get the "id" parameter of the Content-Type header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
string Id { get; }

Property Value

String
The identifier.
Remarks
The "id" parameter is a unique identifier used to match the parts together.
See Also