PowerTCP Mail for .NET
Utf8Encoded Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MailHeader Class : Utf8Encoded Property




Returns true if UTF8 encoding is used in the header.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Utf8Encoded As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MailHeader
Dim value As Boolean
 
value = instance.Utf8Encoded
C# 
public bool Utf8Encoded {get;}
Managed Extensions for C++ 
public: __property bool get_Utf8Encoded();
C++/CLI 
public:
property bool Utf8Encoded {
   bool get();
}

Remarks

If header characters fail to encode using the MailHeader.Charset encoding and MailHeader.AllowUtf8Encoding is true, then UTF-8 word-encoding is used and this property will return true.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.