ContentTypeParameters Property

Gets the dictionary that contains the parameters.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public TrackingStringDictionary Parameters { get; }

Property Value

Type: TrackingStringDictionary
A StringDictionary that contains name and value pairs.
See Also