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