Gets or sets the content disposition of this attachment.

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

Syntax

C#
public ContentDisposition ContentDisposition { get; }
Visual Basic (Declaration)
Public ReadOnly Property ContentDisposition As ContentDisposition
Visual C++
public:
property ContentDisposition^ ContentDisposition {
	ContentDisposition^ get ();
}

Field Value

Content disposition.

See Also