Dart Smtp, Pop, Imap Controls
Reply Method
String or Byte array. Provides the new text for the reply message.
Provides the indent character string for the old message text. The default is ">".
Defaults to False. False addresses the reply to the sender of the original message; True addresses the reply to all recipients listed in the original message (To and Cc).
Description
Create a "reply" message to sender or all recipients.
Syntax
Visual Basic
Public Function Reply( _
   ByVal Text As Variant, _
   Optional ByVal Leader As String, _
   Optional ByVal All As Boolean = False _
) As Message
Parameters
Text
String or Byte array. Provides the new text for the reply message.
Leader
Provides the indent character string for the old message text. The default is ">".
All
Defaults to False. False addresses the reply to the sender of the original message; True addresses the reply to all recipients listed in the original message (To and Cc).
Return Value
The created Message.
Remarks

When responding to one or all recipients of a mail message, this method can be used to create the new message. The Content of the Reply will be the first text/plain MIME part.

The original text is indented with the specified Leader and prepended with Text. Any attachments are removed from the Reply.

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