RemoteDomain.NonMimeCharset Property

When overridden in a derived class, the NonMimeCharset property returns a fallback character set for messages that have no specified character set and that have a sender who is in the domain that is represented by this instance of the RemoteDomain class.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property NonMimeCharset As String
    Get
'Usage
Dim instance As RemoteDomain
Dim value As String

value = instance.NonMimeCharset
public abstract string NonMimeCharset { get; }

Property Value

Type: System.String