Gets or sets the content description of this attachment.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.3844.0

Syntax

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

Field Value

Content description .

See Also