Dart Smtp, Pop, Imap Controls
Error Property
Description
Indicates that an MD5 digest string was included and the digest has been checked and found invalid. This suggests that the received message part does not match the authored message part.
Property type
Read-only property
Syntax
Visual Basic
Public Property Error As Boolean
Remarks

The integrity of individual body parts is reflected in this property. MD5 digest checking is always performed when a Content-MD5 label is detected. You can test for the existence of the MD5 label using the following code:

If Msg.Parts(1).Header( msgContentMD5 ) <> "" then label exists.
See Also

Part Object  | Part Members


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic