PropertyDescriptorUse8BitStringAsUnicode Property |
Specifies if PropertyDataType.String8 has to be interpreted as PropertyDataType.String
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static bool Use8BitStringAsUnicode { get; set; }
Public Shared Property Use8BitStringAsUnicode As Boolean
Get
Set
public:
static property bool Use8BitStringAsUnicode {
bool get ();
void set (bool value);
}
static member Use8BitStringAsUnicode : bool with get, set
Property Value
Type:
Boolean
See Also