Constructs a new
CopyC# instance.
Namespace: Jscape.Email
MimeHeaderAttr
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public MimeHeaderAttr( string name, string val, string characterEncoding ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ val As String, _ characterEncoding As String _ ) |
Visual C++ |
---|
public: MimeHeaderAttr( String^ name, String^ val, String^ characterEncoding ) |
Parameters
- name
- Type: System..::..String
The name of the attribute.
- val
- Type: System..::..String
The value of the attribute.
- characterEncoding
- Type: System..::..String
The character encoding to use for the attribute value.