HtmlToHtml.InputEncoding property

The InputEncoding property gets or sets an Encoding object that represents the encoding to use when reading enriched text input.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property InputEncoding As Encoding
    Get
    Set
'Usage
Dim instance As HtmlToHtml
Dim value As Encoding

value = instance.InputEncoding

instance.InputEncoding = value
public Encoding InputEncoding { get; set; }

Property value

Type: System.Text.Encoding

Remarks

The InputEncoding property must be set before conversion begins.

See also

Reference

HtmlToHtml class

HtmlToHtml members

Microsoft.Exchange.Data.TextConverters namespace