Dart Smtp, Pop, Imap Controls
Forward Method
String containing addresses that the message is to be forwarded to.
Optional String or Byte array with introductory text for the forwarded message.
Description
Create a "forwarded" message to the specified recipient.
Syntax
Visual Basic
Public Function Forward( _
   ByVal To As String, _
   Optional ByVal Text As Variant _
) As Message
Parameters
To
String containing addresses that the message is to be forwarded to.
Text
Optional String or Byte array with introductory text for the forwarded message.
Return Value
New "forwarded" Message.
Remarks

This method returns a new message that contains the specified text and the original message. The new message contains the original message including attachments.

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