Dart Smtp, Pop, Imap Controls
Decode Method
String or Byte array. Provides the encoded message stream.
Description
Decode a message from consecutive buffers of encoded data.
Syntax
Visual Basic
Public Sub Decode( _
   ByVal Segment As Variant _
) 
Parameters
Segment
String or Byte array. Provides the encoded message stream.
Remarks

This method decodes a data stream of consecutive buffer segments. It is useful for decoding very large messages, where a large buffer assignment to the Content property would negatively impact the operating system or user interface.

The AttachmentDirectory property indicates if and where attachments will be stored.

The Content property can be set to an empty String to clear the contents of the Message Object between messages.

Error Codes

This method may generate the following error code (refer to MailErrorConstants for a complete list of error codes):

See Also

Message Object  | Message Members


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