QPEncoder.EbcdicDictionary property
The EbcdicDictionary property returns a Boolean value that indicates whether EBCDIC extensions are being used.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property EbcdicDictionary As Boolean
Get
Set
'Usage
Dim instance As QPEncoder
Dim value As Boolean
value = instance.EbcdicDictionary
instance.EbcdicDictionary = value
public bool EbcdicDictionary { get; set; }
Property value
Type: System.Boolean
The EbcdicDictionary property returns true if the EBCDIC dictionary is being used. Otherwise, the property returns false.