Text of attachment, if no file is available

Namespace:  JMail
Assembly:  JMail (in JMail)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string AttachmentText { get; set; }
Visual Basic (Declaration)
Public Property AttachmentText As String
Visual C++
public:
property String^ AttachmentText {
	String^ get ();
	void set (String^ value);
}

Field Value

Return Value

Remarks

Use this property to attach raw text to an email. Attached text will be called "attachment"

See Also