.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::CreateReply

Returns a copy of the Email object with the body and header fields changed so that the newly created email can be sent as a reply. After calling CreateReply, simply prepend additional information to the body, and call MailMan.SendEmail.

  Declarations  
    [Visual Basic]
Public Function CreateReply() As Email

[C#]
public Email CreateReply();

[C++]
public Email *CreateReply();

[JScript]
public function CreateReply() : Email
 
  Parameters  
   
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.