ImapBodyStructureBodyParams Property |
Gets the name-value list of body parameters.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public StringDictionary BodyParams { get; }
Public ReadOnly Property BodyParams As StringDictionary
Get
Property Value
Type:
StringDictionaryA 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