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

Back to Email Class Summary

Email::Body

The body of the email.

  Declarations  
    [Visual Basic]
Public Property Body As String

[C#]
public string Body {get; set;}

[C++]
public: __property String* get_Body();
public: __property void set_Body(String *);

[JScript]
public function get Body() : String;
public function set Body(String);
 

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