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