![]() | Parameter Class |
Namespace: MimeKit
public class Parameter
The Parameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Parameter(String, String) |
Initialize a new instance of the Parameter class.
|
![]() | Parameter(Encoding, String, String) |
Initialize a new instance of the Parameter class.
|
![]() | Parameter(String, String, String) |
Initialize a new instance of the Parameter class.
|
Name | Description | |
---|---|---|
![]() | AlwaysQuote |
Get or set whether the parameter value should always be quoted even if it normally wouldn't need to be.
|
![]() | Encoding |
Gets or sets the parameter value character encoding.
|
![]() ![]() | EncodingMethod |
Gets or sets the parameter encoding method to use.
|
![]() | Name |
Gets the parameter name.
|
![]() | Value |
Gets or sets the parameter value.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string representation of the Parameter.
(Overrides ObjectToString.) |