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




Returns true if text cannot be encoded using the MessagePartStream.Charset specified.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property EncodingError As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MessagePartStream
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 encoding always succeeds.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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