|  | BodyPartBasicContentLanguage Property | 
            Gets the Content-Language of the body part, if available.
            
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.12.1
 Syntax
Syntaxpublic string[] ContentLanguage { get; set; }Property Value
StringThe content language.
 Remarks
RemarksGets the Content-Language of the body part, if available.
The Content-Language value is only retrieved if the
            BodyStructure flag is used when fetching
            summary information from an IMailFolder.
 See Also
See Also