DecodingResults.CultureName property
The CultureName property gets or sets the name of the culture used for the decoding attempt.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property CultureName As String
Get
Friend Set
'Usage
Dim instance As DecodingResults
Dim value As String
value = instance.CultureName
public string CultureName { get; internal set; }
Property value
Type: System.String