Click or drag to resize
MimeKit

MessagePartialId Property

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

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

Property Value

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