MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MessagePartial Class
MessagePartial Properties
Id Property
Number Property
Total Property
Message
Partial
Id Property
Get the "id" parameter of the Content-Type header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
string
Id
{
get
; }
Property Value
String
The identifier.
Implements
IMessagePartial
Id
Remarks
The "id" parameter is a unique identifier used to match the parts together.
See Also
Reference
MessagePartial Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast