Click or drag to resize
MimeKit

BodyPartToString Method

Returns a String that represents the current BodyPart.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
A String that represents the current BodyPart.
Remarks

Returns a String that represents the current BodyPart.

Note  Note
The syntax of the string returned, while similar to IMAP's BODYSTRUCTURE syntax, is not completely compatible.
See Also