Gets or sets the option indicating whether an email's code page should be overridden during imaging.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public Nullable<bool> DetectCharacterEncoding { get; set; }
public Nullable<bool> DetectCharacterEncoding { get; set; }
Public Property DetectCharacterEncoding As Nullable(Of Boolean)
Get
Set
Public Property DetectCharacterEncoding As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> DetectCharacterEncoding {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
public:
property Nullable<bool> DetectCharacterEncoding {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member DetectCharacterEncoding : Nullable<bool> with get, set
member DetectCharacterEncoding : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
Corresponds to the Detect Character Encoding option in the Email Options tab.
Reference