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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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