Adds attribute to this
CopyC#
MimeHeader
.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void AddAttribute(
	string name,
	string val
)
Visual Basic
Public Sub AddAttribute ( _
	name As String, _
	val As String _
)
Visual C++
public:
void AddAttribute(
	String^ name, 
	String^ val
)

Parameters

name
Type: System..::..String
The name of the MIME header attribute.
val
Type: System..::..String
The value of the MIME header attribute.

See Also