Click or drag to resize
MimeKit

BodyPartMultipartContentLanguage Property

Gets the Content-Language of the body part, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string[] ContentLanguage { get; set; }

Property Value

String
The content language.
Remarks
Gets the Content-Language of the body part, if available.
See Also