ImapBodyStructureBodyParams Property
Gets the name-value list of body parameters.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public StringDictionary BodyParams { get; }

Property Value

Type: StringDictionary
A reference to the StringDictionary object containing name-value pairs representing all parameters of "Content-Type" header, or a null reference (Nothing in Visual Basic) if the body parameter's information is available.
Remarks
All parameter names are lowercased, while parameter values remain unchanged. This is the specifics of StringDictionary object.
See Also