Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeMessage GetTextBodyContent Method (String)MIME4NET Class Library Documentation
Returns first matched body content with specified body part.

Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public string GetTextBodyContent(
	string preferredContentType
)

Parameters

preferredContentType
Type: System String
content type like 'text/plain' or 'text/html'

Return Value

Type: String

[Missing <returns> documentation for "M:NI.Email.Mime.Message.MimeMessage.GetTextBodyContent(System.String)"]

See Also