ImapBodyStructureDispositionParams Property
Gets the name-value list of disposition parameters.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public StringDictionary DispositionParams { get; }

Property Value

Type: StringDictionary
A reference to the StringDictionary object containing name-value pairs representing all parameters of "Content-Disposition" header.
Remarks
All parameter names are lowercased, while parameter values remain unchanged. This is the specifics of StringDictionary object.
See Also