  | BodyPartBasicContentId Property | 
            Gets the Content-Id of the body part, if available.
            
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.12.1
Syntaxpublic string ContentId { get; set; }Property Value
StringThe content identifier.
Remarks
            Gets the Content-Id of the body part, if available.
            
See Also