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




Returns true if the message contains a MessagePartStream where MessagePartStream.EncodingError is true or MessageStream.Header.EncodingError is true.

Syntax

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

Remarks

If true, then at least one character failed to encode. MessagePartStream.Charset can be set to "utf-8" to ensure a part always encodes, and MailHeader.AutoEncodeUtf8 can be set to true to ensure the header always encodes.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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