SmtpMail.EncodedContent Property


Gets the encoded email content.

[VisualĀ Basic]
Public Property EncodedContent As String
[C#]
public string EncodedContent {get;}
[C++]
public: __property String* get_EncodedContent();
[JScript]
public function get EncodedContent() : String;

Property Value

Gets a String value indicating the encoded content of e-mail message.