Sets the Subject of the message using the specified character encoding.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void SetSubject( string subject, string characterEncoding ) |
Visual Basic |
---|
Public Sub SetSubject ( _ subject As String, _ characterEncoding As String _ ) |
Visual C++ |
---|
public: void SetSubject( String^ subject, String^ characterEncoding ) |
Parameters
- subject
- Type: System..::..String
The Subject header
- characterEncoding
- Type: System..::..String
The character encoding to use.
Remarks
To use the default "us-ascii" character set encoding for this property,
see Subject.