Hunny Software Library Reference

Parameter Class

Class that represents a header field parameter in an IMAP4 BODYSTRUCTURE structure.

For a list of all members of this type, see Parameter Members.

System.Object
   Parameter

[Visual Basic]
Public Class Parameter
[C#]
public class Parameter

Remarks

An IMAP4 server parses the MIME header fields of a message and returns the parsed content in a BODYSTRUCTURE structure. The Content-Type and Content-Disposition header fields may contain parameters, which are name and value pairs.

The Hunny.Mail library provides the Parameter class, which represents the parameters in a BODYSTRUCTURE structure. Parameter has Name and Value properties for the parameter's name and value.

Requirements

Namespace: Hunny.Mail

Assembly: Hunny.Mail (in Hunny.Mail.dll)

See Also

Parameter Members | Hunny.Mail Namespace